From 658ee32d380422f781a18c8bb12415c4db40aa9e Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sun, 9 Aug 2015 22:30:58 +0100 Subject: [PATCH 01/52] added touch-action to body --- css/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/main.css b/css/main.css index d9e1f7b..af68ef7 100644 --- a/css/main.css +++ b/css/main.css @@ -15,6 +15,11 @@ html, body { width: 100%; height: 100%; overflow: hidden; + -webkit-touch-action: none; + -khtml-touch-action: none; + -moz-touch-action: none; + -ms-touch-action: none; + touch-action: none; } body { font-family: "Roboto", Ariel, sans-serif; From 3042f072a22ed9ef188830bca821ee707bcf41d7 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sun, 9 Aug 2015 23:05:35 +0100 Subject: [PATCH 02/52] add user-scaleble=no to viewport --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 159bfa4..db7c0f1 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - + @@ -303,8 +303,9 @@

Chase car mode

- @@ -312,7 +313,6 @@

Chase car mode

---> - + +