From 2a59831290842fb8d8d4c8bf0ab0cf1ed9a51d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 22 Feb 2011 10:33:33 +0000 Subject: [PATCH] enable kinetic for the mobile-navigation example, no functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@11223 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/mobile-navigation.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/mobile-navigation.html b/examples/mobile-navigation.html index 44c7402711..bb1f9282ef 100644 --- a/examples/mobile-navigation.html +++ b/examples/mobile-navigation.html @@ -13,7 +13,8 @@ map = new OpenLayers.Map( 'map', { controls: [ new OpenLayers.Control.TouchNavigation({ dragPanOptions: { - interval: 0 // non-zero kills performance on some mobile phones + interval: 0, // non-zero kills performance on some mobile phones + enableKinetic: true } }) ] });