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
However, we noticed that Google Maps, Leaflet etc do seem to work so there must be a way of addressing the issue. Microsoft are re-building Edge as a Chronium based browser which may fix it - but it's going to be some time before it's in common use.
We'd be interested to get your view on whether there's a way to make this work in current versions of Edge?
The text was updated successfully, but these errors were encountered:
Thanks for the report! Wow, that MS issue thread is impressive. So, as far as I understand, the only way to fix this for us would be to switch from wheel/mouse events to pointer-events in supported browsers (currently all modern browsers except Safari for iOS/macOS & Firefox for Android).
This can provide additional benefits — potentially more precise control, better input performance, better compatibility with various unconventional input devices. However, it might be a significant lift. We should definitely look into this.
Related issue that would also get fixed if we go with pointer events: #1928
chloekraw
changed the title
Scrolling with precision touchpad in Edge does not zoom
Use pointer events for interaction in supported browsers
May 12, 2019
mapbox-gl-js version: 0.51.3
browser: Microsoft Edge 44.17763.1.0
Steps to Trigger Behavior
Expected Behavior
Map should zoom on scroll
Actual Behavior
Map doesn't scroll.
We believe this is related to this Microsoft Edge issue https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7134034/
However, we noticed that Google Maps, Leaflet etc do seem to work so there must be a way of addressing the issue. Microsoft are re-building Edge as a Chronium based browser which may fix it - but it's going to be some time before it's in common use.
We'd be interested to get your view on whether there's a way to make this work in current versions of Edge?
The text was updated successfully, but these errors were encountered: