ngryman / jquery.finger

:v: jQuery touch & gestures, fingers in the nose.
https://ngryman.sh/jquery.finger/
MIT License
423 stars 66 forks source link

Error inside press event. #60

Open Zibri opened 6 years ago

Zibri commented 6 years ago

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?

ngryman commented 6 years ago

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.