You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: