From 4656c4534eeb5cac878c63a80381d0c366ceb805 Mon Sep 17 00:00:00 2001 From: Dmitri Zaitsev Date: Thu, 31 Dec 2015 16:50:49 +0000 Subject: [PATCH 1/2] Remove offending declarations User blocked from zooming is bad UX --- docs/en/setup/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/setup/getting-started.md b/docs/en/setup/getting-started.md index bd854b28..22595c2d 100644 --- a/docs/en/setup/getting-started.md +++ b/docs/en/setup/getting-started.md @@ -93,7 +93,7 @@ Now that we have our assets, let's create the HTML template. We'll go ahead and - + Titon Toolkit From 3bc3581eb9fdf4abd94faa4070fcdf1d58a1e9de Mon Sep 17 00:00:00 2001 From: dmitriz Date: Fri, 1 Jan 2016 02:00:20 +0000 Subject: [PATCH 2/2] Remove all `user-scalable=no` --- docs/en/development/css/philosophies.md | 2 +- tests/runner.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/development/css/philosophies.md b/docs/en/development/css/philosophies.md index de83f962..672519c5 100644 --- a/docs/en/development/css/philosophies.md +++ b/docs/en/development/css/philosophies.md @@ -17,7 +17,7 @@ To ensure support and adoption on a wide array of devices, Toolkit follows a mob To ensure proper viewport rendering and touch capabilities on mobile devices, add the appropriate viewport meta tag to ``. ```html - + ``` ## Fluid & Responsiveness ## diff --git a/tests/runner.html b/tests/runner.html index ca8529d0..4ac98cc9 100644 --- a/tests/runner.html +++ b/tests/runner.html @@ -3,7 +3,7 @@ - + Titon Toolkit - Unit Tests