diff --git a/examples/mobile-drawing.js b/examples/mobile-drawing.js index 3de462b380..34b26ec30f 100644 --- a/examples/mobile-drawing.js +++ b/examples/mobile-drawing.js @@ -48,7 +48,11 @@ function init() { -20037508.34, -20037508.34, 20037508.34, 20037508.34 ), controls: [ - new OpenLayers.Control.TouchNavigation(), + new OpenLayers.Control.TouchNavigation({ + dragPanOptions: { + enableKinetic: true + } + }), new OpenLayers.Control.ZoomPanel(), toolbar ],