javascript - Differenciate touch events from mouse events in Firefox in fixed DIV -
javascript - Differenciate touch events from mouse events in Firefox in fixed DIV -
i got custom scrollbar works fine everywhere, except in fixed div. i'm testing asus laptop touch screen (dunno if matters).
so, on "regular" div, when seek scroll touching screen, triggers wheel
event , works wonderful. on fixed div, triggers mousemove
event , have no thought how handle it.
i'm guessing if can observe if event trigger touch or mouse, able specific behavior, events same. can't custom behavior mousemove
events because user needs able move mouse without scrolling stuff.
nb: think issue came fact div want scroll fixed, not 100% sure (still pretty confident though).
javascript events firefox javascript-events touch-events
Comments
Post a Comment