leaflet-paintpolygon icon indicating copy to clipboard operation
leaflet-paintpolygon copied to clipboard

Drawing doesn't work on mobile chrome.

Open julian-kunzig opened this issue 5 years ago • 0 comments

The plugin works well on desktop browsers such as chrome, firefox, safari etc. But when I test the plugin on the mobile, I found out it stopped to work on mobile chrome. I could confirm it was working well on mobile firefox. While debugging the plugin, I knew mobile chrome doesn't support the mouse events for leafletJS. So for mobile chrome, need to use touch events instead of mouse events.

julian-kunzig avatar Dec 11 '20 16:12 julian-kunzig