Commit 79487ba4 authored by Chris Rebert's avatar Chris Rebert

fix #12298

parent 4120aadd
...@@ -486,7 +486,7 @@ bootstrap/ ...@@ -486,7 +486,7 @@ bootstrap/
{% highlight css %} {% highlight css %}
@-ms-viewport { width: device-width; } @-ms-viewport { width: device-width; }
{% endhighlight %} {% 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 %} {% highlight css %}
@-webkit-viewport { width: device-width; } @-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; } @-moz-viewport { width: device-width; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment