voronianski / swipe-js-iso

Universal (a.k.a isomorphic) version of Swipe.js
https://www.npmjs.com/package/swipe-js-iso
MIT License
188 stars 57 forks source link

Fix for Safari UIWebView crash on Ignored attempt to cancel a touchmove #36

Open miksansegundo opened 5 years ago

miksansegundo commented 5 years ago

Fix for Error: [Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted

This issue is crashing Safari UIWebView and the browser is refreshed automatically. Would you consider to merge this PR, please?

30