Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touch events not working in IE11 #230

Open
fnicollet opened this issue Dec 2, 2013 · 4 comments
Open

Touch events not working in IE11 #230

fnicollet opened this issue Dec 2, 2013 · 4 comments
Milestone

Comments

@fnicollet
Copy link
Contributor

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

@michaelguild13
Copy link
Contributor

#2

@mikeyc7m
Copy link

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

@michaelguild13
Copy link
Contributor

@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 ddproxy added this to the 0.3.1 milestone Mar 17, 2016
@ddproxy
Copy link
Member

ddproxy commented Mar 17, 2016

Oh fun...

ewelinaBS pushed a commit to dronedeploy/Leaflet.draw that referenced this issue Jan 12, 2024
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](npm/node-semver@v6.3.0...v6.3.1)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants