mattbryson / TouchSwipe-Jquery-Plugin

TouchSwipe is a jquery plugin to be used with jQuery on touch input devices such as iPad, iPhone etc.
http://labs.rampinteractive.co.uk/touchSwipe/
Other
4.05k stars 1.68k forks source link

Doesn't prevent scrolling on iOS 10 Safari #326

Open breville opened 7 years ago

breville commented 7 years ago

This code doesn't appear to prevent scrolling the page on iOS Safari. From some quick debugging, the most likely explanation is that it binds its touchMove handler during its touchStart handler, leading Safari to not call the touchMove handler until after a finger is released from the drag action. If it were to bind its touchMove handler before the touch begins, then the touchMove handler is called immediately, and scrolling can be prevented.

italomandara commented 7 years ago

Same here, in my case the swipe event is also not fired

mattbryson commented 5 years ago

Will look into this as part of the next release that re works the event model

indreksiitan commented 5 years ago

Any idea when the next release might be happening?