Skip to content
This repository was archived by the owner on Jan 14, 2018. It is now read-only.
This repository was archived by the owner on Jan 14, 2018. It is now read-only.

@-ms-viewport rule doesn't work in WP8 IE10 #62

@stowball

Description

@stowball

I've written a post explaining that it doesn't work here: http://mattstow.com/responsive-design-in-ie10-on-windows-phone-8.html

You need to use this instead:

@media (max-width: 400px) { /* or 25em to be "responsibly responsive" */
    @-ms-viewport {
        width: 320px;
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions