Move touchstart preventDefault to ol.renderer.dom.Map

`preventDefault` is called to prevent the img context menu on mobile devices.
This commit is contained in:
Frederic Junod
2014-10-20 13:36:59 +02:00
parent 0a93ad5430
commit f440de2446
2 changed files with 7 additions and 4 deletions

View File

@@ -385,10 +385,6 @@ ol.MapBrowserEventHandler.prototype.handlePointerDown_ =
this.handlePointerUp_, false, this)
];
}
// FIXME check if/when this is necessary
// prevent context menu
pointerEvent.preventDefault();
};