mouseEnterAnnotation event doesn't work on touch #572
-
|
I have implemented the mouseEnterAnnotation event, to show a popup related to a given annotation. On a desktop environment, the popup shows when you hover above an annotation. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi @svendecabooter, you should get both the |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, I have added those extra events, and it's working better now. |
Beta Was this translation helpful? Give feedback.
Hi @svendecabooter, you should get both the
selectionChangedevents and theclickAnnotationevent on touch.mouseEnterandmouseLeavewon't really work well on touch as they are simply designed around the concept of a "mouse hover" (same as for the normal enter/leave DOM events).