From: Gabriele Cirulli Date: Wed, 14 Aug 2013 21:26:34 +0000 (+0200) Subject: improve the "zoom disabled" documentation X-Git-Tag: v3.0.0~81^2~67^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3b279c556560079a84c25a631ebcec8fcefe38e;p=thirdparty%2Fbootstrap.git improve the "zoom disabled" documentation --- diff --git a/css.html b/css.html index 1a74e3b7bc..45fc5d6464 100644 --- a/css.html +++ b/css.html @@ -30,7 +30,7 @@ base_url: "../" {% highlight html %} {% endhighlight %} -

You can disable zooming capabilities on mobile devices by adding user-scalable=no to the viewport meta tag.

+

You can disable zooming capabilities on mobile devices by adding user-scalable=no 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.

{% highlight html %} {% endhighlight %}