Open zainulabidin1 opened 5 years ago
Hi @zainulabidin1,
Could you add more details about the environment where you tried to launch your application? What browser and what OS do you use? At the moment we aware that this event doesn't work in IE browser on Windows Server 2019.
Thanks, Denis.
Hi Denis,
This is the environment where i am trying to run application.
OS: Windows 10 Enterprise Browser: Google Chrome - Version 71.0.3578.98 (Official Build) (64-bit) IDE: Visual Studio 2015 Community
Thanks, Zain
Hi,
annotationtextchanged event explained in (https://atalasoft.github.io/web-document-viewer/Atalasoft.Controls.WebDocumentViewer-AnnotationController.html#event:annotationtextchanged) is not working. I am not able to trigger this event on text change. Can you please check. This is how i am binding this event.
_viewer.bind("annotationtextchanged", function (event) { alert('text change'); });