jquery.finger
jquery.finger copied to clipboard
Error inside press event.
The press event clearly has code outside the event handler.
Infact if I put a navigator.share, it work in click,dblckick and tap and doubletap
but does not work on press and errors out this way:
Error sharing DOMException: Must be handling a user gesture to perform a share request.
This clearly means the press is somehow wrong and outside an eventhandler.
Can you fix this?
Hey @Zibri,
I'm not sure I exactly understand your problem. Could you share some code so I can try to figure out what your problem might be?
Also, jQuery Finger is not maintained anymore as better solutions exist now. I should make that clear in the readme, sorry about that.