This can be reproduced by:
The same functionality worked fine on iOS 11 and iOS 12, and it doesn't seem to matter if requesting desktop site or mobile site. Has anyone found a workaround?
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