In reference to this. Marking this thread as SOS as it is causing major delays in our releases.
I am trying some alternative to this issue. This happens only on few systems. It fails to fire
annotationsLoaded event :
instance.docViewer.on(annotationsLoaded, () => {
// action on annotations loaded
}
So I had tried doing this : instance.annotManager.trigger(annotationsLoaded);
But it doesn’t trigger this event.
Any solution to solve this issue. I haven’t used any other API. It works on few systems while not on few. It JUST fails to trigger this event and all the actions in it.