diff options
| author | Chris Rebert <[email protected]> | 2014-01-19 23:07:32 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-19 23:07:32 -0800 |
| commit | 79487ba499992c4bdfe41044e081a7ee4f5e4815 (patch) | |
| tree | c61be89e2c47f91694d69f61c4035dbe746eff97 /docs | |
| parent | 4120aadd68ddd15d2b8f0cddc9c72118caec9923 (diff) | |
| download | bootstrap-79487ba499992c4bdfe41044e081a7ee4f5e4815.tar.xz bootstrap-79487ba499992c4bdfe41044e081a7ee4f5e4815.zip | |
fix #12298
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index f8eb3db3c..5dc9ea89a 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -486,7 +486,7 @@ bootstrap/ {% highlight css %} @-ms-viewport { width: device-width; } {% endhighlight %} - <p>However, this doesn't work as it causes Windows Phone 8 devices to show a mostly desktop view instead of narrow "phone" view. To address this, you'll need to <strong>include the following CSS and JavaScript to work around the bug until Microsoft issues a fix</strong>.</p> + <p>However, this doesn't work for devices running Windows Phone 8 versions older than <a href="http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/10/14/introducing-windows-phone-preview-for-developers.aspx">Update 3 (a.k.a. GDR3)</a>, as it causes such devices to show a mostly desktop view instead of narrow "phone" view. To address this, you'll need to <strong>include the following CSS and JavaScript to work around the bug</strong>.</p> {% highlight css %} @-webkit-viewport { width: device-width; } @-moz-viewport { width: device-width; } |
