osx - Is there a way to control safari mouse swipe gestures? -
in latest version of osx , safari can use mouse swipe gestures go forwards , backwards through browser history. problem: have page horizontally scrolling image gallery. if you're using mouse swipe gesture scroll through images, when end of images easy swipe next or previous page...
does know way explicitly disable using css or other method?
perhaps following documents can help:
- handling gesture events
- preventing default behaviour :
event.preventdefault();
these might apply ios though.
aside that, it's how browser handles gestures, similar how mouse-wheel scrolling scroll div block until reaches end start scroll page whole.
Comments
Post a Comment