diff options
| author | Gabriele Cirulli <[email protected]> | 2013-08-14 23:26:34 +0200 |
|---|---|---|
| committer | Gabriele Cirulli <[email protected]> | 2013-08-14 23:26:34 +0200 |
| commit | a3b279c556560079a84c25a631ebcec8fcefe38e (patch) | |
| tree | 3694a99d26f3d677df59b552bd257adab03adb47 /css.html | |
| parent | fb6bd757df2a066d0effab5a1eafca05ffe8e50e (diff) | |
| download | bootstrap-a3b279c556560079a84c25a631ebcec8fcefe38e.tar.xz bootstrap-a3b279c556560079a84c25a631ebcec8fcefe38e.zip | |
improve the "zoom disabled" documentation
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 %} |
