Fix for Issue #778 as suggested by elemoine
This commit is contained in:
@@ -129,7 +129,6 @@ OpenLayers.Handler.Pinch = OpenLayers.Class(OpenLayers.Handler, {
|
|||||||
this.last = current;
|
this.last = current;
|
||||||
// prevent document dragging
|
// prevent document dragging
|
||||||
OpenLayers.Event.stop(evt);
|
OpenLayers.Event.stop(evt);
|
||||||
return false;
|
|
||||||
} else if (this.started) {
|
} else if (this.started) {
|
||||||
// Some webkit versions send fake single-touch events during
|
// Some webkit versions send fake single-touch events during
|
||||||
// multitouch, which cause the drag handler to trigger
|
// multitouch, which cause the drag handler to trigger
|
||||||
|
|||||||
Reference in New Issue
Block a user