jquery.pep.js
jquery.pep.js copied to clipboard
Click event is not working on the draggable element
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.
@vivekmpuh can you provide any more detail or maybe a jsfiddle demonstrating the issue?
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.