jquery.finger icon indicating copy to clipboard operation
jquery.finger copied to clipboard

Error inside press event.

Open Zibri opened this issue 7 years ago • 1 comments

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?

Zibri avatar Jul 25 '18 08:07 Zibri

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.

ngryman avatar Jul 27 '18 06:07 ngryman