javascript - Touch event for mouseover -
in web application touch-version, i'm converting mouse events touch events. mousedown=>touchstart, mouseup=>touchend...
i want convert mouseover event.
touch mouseover ? ansurd, touchpad doesnt detect finger in air !
not really, if swipe finger on element, e.g. , want element bigger... example.
is there touch event such behaviour (mouseover touch) ?
currently, jquery ui user interface library not support use of touch events in widgets , interactions. means slick ui designed , tested in desktop browser fail on most, if not all, touch-enabled mobile devices, becuase jquery ui listens mouse events—mouseover, mousemove , mouseout—not touch events—touchstart, touchmove , touchend.
that's jquery ui touch punch comes in. touch punch works using simulated events map touch events mouse event analogs. include script on page , touch events turned corresponding mouse events jquery ui respond expected.
visit website , read documentation.
Comments
Post a Comment