Add a comment about msTouchAction css on viewport
This commit is contained in:
@@ -189,6 +189,7 @@ ol.Map = function(mapOptions) {
|
||||
this.viewport_.style.overflow = 'hidden';
|
||||
this.viewport_.style.width = '100%';
|
||||
this.viewport_.style.height = '100%';
|
||||
// prevent page zoom on IE >= 10 browsers
|
||||
this.viewport_.style.msTouchAction = 'none';
|
||||
goog.dom.appendChild(this.target_, this.viewport_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user