Leaflet / Leaflet.draw

Vector drawing and editing plugin for Leaflet
https://leaflet.github.io/Leaflet.draw/docs/leaflet-draw-latest.html
MIT License
1.96k stars 992 forks source link

Touch events not working in IE11 #230

Open fnicollet opened 10 years ago

fnicollet commented 10 years ago

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: https://github.com/Leaflet/Leaflet/issues/2102 https://github.com/Leaflet/Leaflet/issues/2103

Fabien

michaelguild13 commented 10 years ago

https://github.com/Leaflet/Leaflet.draw/issues/2

mikeyc7m commented 8 years ago

Microsoft introduced new touch events that break the current implementation. I tried reporting it on a plugin and they said to report it here. https://github.com/angular-ui/ui-leaflet-draw/issues/5

michaelguild13 commented 8 years ago

@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?

ddproxy commented 8 years ago

Oh fun...