Prevent page zoom on IE Edge
The deprecated msTouchAction property was removed in IE Edge.
This commit is contained in:
@@ -267,6 +267,7 @@ ol.Map = function(options) {
|
|||||||
this.viewport_.style.height = '100%';
|
this.viewport_.style.height = '100%';
|
||||||
// prevent page zoom on IE >= 10 browsers
|
// prevent page zoom on IE >= 10 browsers
|
||||||
this.viewport_.style.msTouchAction = 'none';
|
this.viewport_.style.msTouchAction = 'none';
|
||||||
|
this.viewport_.style.touchAction = 'none';
|
||||||
if (ol.has.TOUCH) {
|
if (ol.has.TOUCH) {
|
||||||
goog.dom.classlist.add(this.viewport_, 'ol-touch');
|
goog.dom.classlist.add(this.viewport_, 'ol-touch');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user