VintaSoft Annotation .NET Plug-in Discussions
Questions, comments and suggestions concerning VintaSoft Annotation .NET Plug-in.
Board index < VintaSoft Imaging < VintaSoft Annotation .NET Plug-in Discussions
I tried another page using a standard javascript ondblclick event and it works fine. Can you give me any more details on how the annotation is detecting a double click, or anywhere in the code I could look to help troubleshoot?SDK does not use "ondblclick" event because this event works differently in different internet browsers. Also "ondblclick" event is not generated in sensor screens.
Using this to test: http://jsfiddle.net/osfwzm3v/2/Thank you for information. Unfortunately, provided information does not allow to understand the problem.
On the iPad with iOS 13 I get:
mousedown
mouseup
dblclick
mousedown
mouseup
On an iPad with iOS 11 I get:
mousedown
mouseup
mousedown
mouseup