javascript - Mouseenter and Mousemove is not triggered in Desktop (touch display ) in Ionic Framework -
i have run tooltip sample using ionic framework in google chrome.
in desktop mode, when hover element, tooltip shown when tap(touch dispaly) element, tooltip not triggered. in tooltip source, have bound mouseenter , mouseleave event non-touched device
in responsive mode, when tap/hover target element, tooltip shown. in tooltip source, have bound tap , mouseleave event touch device.
my question is, when tap focus target element in desktop(touch display), why mouseenter , mouseleave not triggered.
i not find these mouse events documented in ionic docs. however, gestures documented here http://ionicframework.com/docs/components/#gestures might able use (tap) , work.
Comments
Post a Comment