Add a comment about msTouchAction css on viewport

This commit is contained in:
Frederic Junod
2013-01-25 17:37:04 +01:00
parent 36500682c3
commit 43fe004917

View File

@@ -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_);