jquery.pep.js icon indicating copy to clipboard operation
jquery.pep.js copied to clipboard

Click event is not working on the draggable element

Open vivekmpuh opened this issue 7 years ago • 2 comments

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 avatar May 29 '17 13:05 vivekmpuh

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

seanCodes avatar Sep 02 '17 17:09 seanCodes

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.

raha1923 avatar Dec 11 '17 11:12 raha1923