tcoupin / leaflet-paintpolygon

Leaflet plugin to create polygon with circle as paint
https://tcoupin.github.io/leaflet-paintpolygon
GNU General Public License v3.0
50 stars 11 forks source link

Drawing doesn't work on mobile chrome. #6

Open julian-kunzig opened 3 years ago

julian-kunzig commented 3 years ago

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.