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

Ignored attempt to cancel a touchmove event with cancelable=false #361

Open Amphiluke opened 4 years ago

Amphiluke commented 4 years ago

This issue is related to the previously reported one. In PR #312, there was added a precheck for event.cancelable in the touchend event handler.

Currently, there are two points:

  1. The touchmove event handler is subject to the same problem (see in the screenshot below). It needs to be patched the same way as it was done for touchend. Screenshot 2019-12-25 at 15 04 40
  2. The plugin’s minified source doesn’t seem to contain fixes introduced in PR #312. The developer version does contain them.

Pull request for this: #362