]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
improve the "zoom disabled" documentation
authorGabriele Cirulli <gabrycir@gmail.com>
Wed, 14 Aug 2013 21:26:34 +0000 (23:26 +0200)
committerGabriele Cirulli <gabrycir@gmail.com>
Wed, 14 Aug 2013 21:26:34 +0000 (23:26 +0200)
css.html

index 1a74e3b7bc6adee3dda8b333680f97c91da3591d..45fc5d6464ed437c37e396428de95c32c1441d5a 100644 (file)
--- a/css.html
+++ b/css.html
@@ -30,7 +30,7 @@ base_url: "../"
 {% highlight html %}
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 {% endhighlight %}
-    <p>You can disable zooming capabilities on mobile devices by adding <code>user-scalable=no</code> to the viewport meta tag.</p>
+    <p>You can disable zooming capabilities on mobile devices by adding <code>user-scalable=no</code> to the viewport meta tag. This way, your mobile users will only be able to scroll, and it will result in your app feeling a bit more like the rest of the applications that you could find on the device.</p>
 {% highlight html %}
 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
 {% endhighlight %}