mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
@@ -152,8 +152,6 @@
|
|||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
<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>
|
<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 scss %}
|
{% highlight scss %}
|
||||||
@-webkit-viewport { width: device-width; }
|
|
||||||
@-moz-viewport { width: device-width; }
|
|
||||||
@-ms-viewport { width: device-width; }
|
@-ms-viewport { width: device-width; }
|
||||||
@-o-viewport { width: device-width; }
|
@-o-viewport { width: device-width; }
|
||||||
@viewport { width: device-width; }
|
@viewport { width: device-width; }
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
* See the Getting Started docs for more information:
|
* See the Getting Started docs for more information:
|
||||||
* http://getbootstrap.com/getting-started/#support-ie10-width
|
* http://getbootstrap.com/getting-started/#support-ie10-width
|
||||||
*/
|
*/
|
||||||
@-webkit-viewport { width: device-width; }
|
|
||||||
@-moz-viewport { width: device-width; }
|
|
||||||
@-ms-viewport { width: device-width; }
|
@-ms-viewport { width: device-width; }
|
||||||
@-o-viewport { width: device-width; }
|
@-o-viewport { width: device-width; }
|
||||||
@viewport { width: device-width; }
|
@viewport { width: device-width; }
|
||||||
|
|||||||
Reference in New Issue
Block a user