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
Nogo drawing doesn't work on mobile Chrome because Leaflet.Editable relies on L.Map.Tap handler for touch support (see also Leaflet.Editable#108), but that handler is not added in browsers that support Pointer events like mobile Chrome (mobile Firefox doesn't).
It does work in current version 0.11.1 however, as Leaflet 1.6.0 has a bug that disables the pointer flag for all Webkit browsers (instead of just Safari) and therefore enables the Tap handler for Chrome also, which is already fixed in master though, see Leaflet#6977.
The workaround is to add the Tap handler ourselves where needed and to only enable it for circle drawing.
Can't draw the circle.
Android.
Works fine on mobile Firefox though.
The text was updated successfully, but these errors were encountered: