add user-scalable=no to viewport meta to try and prevent pinch zoom affecting the...
authorRobert Kaiser <kairo@kairo.at>
Tue, 8 Apr 2014 16:39:38 +0000 (18:39 +0200)
committerRobert Kaiser <kairo@kairo.at>
Tue, 8 Apr 2014 16:39:38 +0000 (18:39 +0200)
index.html
manifest.appcache

index c0d7591c80b42714683f8ce29ac45e93b45e4093..c83bc9317ec61dd09e8f3d78d1294b2b880f8af3 100644 (file)
@@ -6,9 +6,9 @@
 <html manifest="manifest.appcache">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-  <!-- try to force a 1:1 scaling on mobile, see
+  <!-- try to force a 1:1 scaling and disable pinch-zoom on mobile, see
        https://developer.mozilla.org/en/Mobile/Viewport_meta_tag -->
-  <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1">
+  <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=no">
   <title>Lantea Maps</title>
   <script src="js/map.js" type="application/javascript;version=1.8"></script>
   <script src="js/ui.js" type="application/javascript;version=1.8"></script>
index 08899d61efc28afa4c3c10ac58c3f7d3c0ba4fba..9a5a5946ff7e804aeb9c288ecc0acbfa60e0f640 100644 (file)
@@ -1,6 +1,6 @@
 CACHE MANIFEST
 
-# 2014-03-28
+# 2014-04-08
 manifest.webapp
 js/map.js
 js/ui.js