iOS 13 app does not receive proper JS events

Hi just wondering if someone has the same problem as we have.

iOS 13 Safari and also WKWebView stopped sending contextmenu event to the browser. Long tap is handled by iOS and “copy, paste,…” menu is opened instead.

Also double tap does not issue proper JS events, it sends just one click event.

Here is thread https://github.com/Leaflet/Leaflet/issues/6817

Hi, I have the same problem, have you found a solution?