As the title states, is there a way to detect if a mobile user is doing a tap and drag with javascript / jquery? Running into a user experience issue where ripple effects I have set on elements is activate while tap & dragging / browsing content on mobile devices.
Asked
Active
Viewed 958 times
0
-
Hope [this](http://stackoverflow.com/q/5186441/2401386) helps you. – Blauharley Feb 06 '17 at 21:25
2 Answers
0
I would recommend using jQuery touch punch for that.
You have great documentation and lots of events you can hook into for all sorts of tasks.
You can do things like Drag/Drop, Resize and more..

AfikDeri
- 2,069
- 17
- 19
-
Thank you, will take a look and see if it has what I'm looking for. – Derek Bess Feb 06 '17 at 21:27
0
Have a look at JQuery Mobile. It has tap and swipe events.
-
Thanks, I'll take a look. I take it jquery mobile works fine while using standard jquery? – Derek Bess Feb 06 '17 at 21:27
-
-