@-ms-viewport { width: device-width }
See original GitHub issueMight be too early for this but…
@-ms-viewport { width: device-width; }
… looks necessary, according to http://hammerspace.co.uk/2012/04/responsive-design-in-internet-explorer-10-windows-8
Issue Analytics
- State:
- Created 11 years ago
- Comments:30 (18 by maintainers)
Top Results From Across the Web
Viewport meta tag - HTML: HyperText Markup Language | MDN
Controls the size of the viewport. It can be set to a specific number of pixels like width=600 or to the special value...
Read more >Responsive Web Design Viewport - W3Schools
The width=device-width part sets the width of the page to follow the screen-width of the device (which will vary depending on the device)....
Read more >What is the tag @-ms-viewport in twitter-bootstrap?
You can read more about it here: @-ms-viewport rule (Internet Explorer). Specifies properties that describe the viewport.
Read more >HTML | Viewport meta tag for Responsive Web Design
The width property governs the size of the viewport. It is possible to set it to a specific value (“width=600”) in terms of...
Read more >Responsive Meta Tag - CSS-Tricks
but when i added @-ms-viewport{ width: device-width; } to style.css it worked but the width is not 100% on my iphone and samsung...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
thanks!!
screenshot since nobody wants to login to that thing
Up for review in this pull request #1243