Attempt to handle IE >= 10 pointer events
Using the same technique as Leaflet, this relays MSPointer events to touch events. Using the simulator, I can verify that even pinch-zoom works with this change, but the visual experience is a bit jumpy. Would be great if people could test this on physical touch devices and see how it looks/feels there.
This commit is contained in:
@@ -7,6 +7,7 @@ div.olMap {
|
||||
|
||||
div.olMapViewport {
|
||||
text-align: left;
|
||||
-ms-touch-action: none;
|
||||
}
|
||||
|
||||
div.olLayerDiv {
|
||||
|
||||
Reference in New Issue
Block a user