GianlucaGuarini / Tocca.js

Super lightweight script (~1kb) to detect via Javascript events like 'tap' 'dbltap' 'swipeup' 'swipedown' 'swipeleft' 'swiperight' on any kind of device.
http://gianlucaguarini.github.io/Tocca.js/
MIT License
660 stars 60 forks source link

Added IGNORE_JQUERY option. #42

Closed gilesa closed 8 years ago

gilesa commented 8 years ago

I ran into an issue where I have jQuery loaded, but the event being converted to a jQuery event caused it to not work with another library I am using (Vue/Vue-touch2).

GianlucaGuarini commented 8 years ago

It makes sense I will merge asap thanks