Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

MS and @viewport...

  • 19-10-2012 09:24AM
    #1
    Closed Accounts Posts: 34,808 ✭✭✭✭


    Right, so @viewport was originally created by Apple for the iPhone but everyone accepted it and W3C are planning to make it a standard rule but would MS listen? of course not... they're excuse is that it's not currently standard!

    Because of this, responsive designs don't render correctly in Windows 8 with their snap mode engaged. So MS recommend now using:
    @media screen and (max-width:400px) {
        @-ms-viewport{
            width:320px;
        }
    }
    

    There's just so many extra rules these days!!!


Advertisement