briangonzalez / jquery.pep.js

👟 Pep, a lightweight plugin for kinetic drag on mobile/desktop
http://pep.briangonzalez.org
1.3k stars 178 forks source link

Click event is not working on the draggable element #206

Open vivekmpuh opened 7 years ago

vivekmpuh commented 7 years ago

Hi,

My functionality is related to the draggable menu, the menu icon is draggable as well as clickable, but the click event is not working at all on mobile devices.

seanCodes commented 7 years ago

@vivekmpuh can you provide any more detail or maybe a jsfiddle demonstrating the issue?

raha1923 commented 6 years ago

it's happened because you don't set the elementsWithInteraction as well as you want. you can append element name that you want to have interaction as a value to this property, then you can listen to their events.