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:
@@ -385,10 +385,6 @@ ol.MapBrowserEventHandler.prototype.handlePointerDown_ =
|
||||
this.handlePointerUp_, false, this)
|
||||
];
|
||||
}
|
||||
|
||||
// FIXME check if/when this is necessary
|
||||
// prevent context menu
|
||||
pointerEvent.preventDefault();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user