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
Microsoft introduced new touch events that break the current implementation. I tried reporting it on a plugin and they said to report it here. angular-ui/ui-leaflet-draw#5
@mikeyc7m Hahaha. I would fix this if I had the time and the tools for testing. I am pretty sure it's a very simple fix of just adding in a conditional in the touch events. That, or maybe there is a shim you could use?
Hi,
Leaflet.draw does not catch touch events in IE11 and basically does not work on a touch screen / tablet running Windows 8.
There was some changes done in leaflet to handle IE11 and especially touch events, you might want to check those out (https://github.com/Leaflet/Leaflet/search?q=IE11&ref=cmdform&type=Issues), especially:
Leaflet/Leaflet#2102
Leaflet/Leaflet#2103
Fabien
The text was updated successfully, but these errors were encountered: