0

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.

Derek Bess
  • 222
  • 2
  • 10

2 Answers2

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
0

Have a look at JQuery Mobile. It has tap and swipe events.