100 milliseconds seems to be a good value for drag pan interval on most devices, no functional change (closes #3093)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11501 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2011-02-25 14:19:17 +00:00
parent 0546f974c5
commit 7ec361cda9
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ var init = function () {
new OpenLayers.Control.Attribution(),
new OpenLayers.Control.TouchNavigation({
dragPanOptions: {
interval: 0, // non-zero kills performance on some mobile phones
interval: 100,
enableKinetic: true
}
}),