]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #12298 12308/head
authorChris Rebert <code@rebertia.com>
Mon, 20 Jan 2014 07:07:32 +0000 (23:07 -0800)
committerChris Rebert <code@rebertia.com>
Mon, 20 Jan 2014 07:07:32 +0000 (23:07 -0800)
docs/getting-started.html

index f8eb3db3c2f5082463c94b6555733ef2c11ad09d..5dc9ea89a6d77742bec161d4f039ed94781df75c 100644 (file)
@@ -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; }