question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

@-ms-viewport { width: device-width }

See original GitHub issue

Might 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:closed
  • Created 11 years ago
  • Comments:30 (18 by maintainers)

github_iconTop GitHub Comments

2reactions
paulirishcommented, May 11, 2012

thanks!!

screenshot since nobody wants to login to that thing

0reactions
necolascommented, Oct 27, 2012

Up for review in this pull request #1243

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found