Reply To: Windows Phone scale issue

Home Forums Support Windows Phone scale issue Reply To: Windows Phone scale issue

Home Forums Support Windows Phone scale issue Reply To: Windows Phone scale issue

#145973
Nina

Hi Tom,

Sorry, I’m pain in the ass, but…

Liked this part in this article that I found:

Internet Explorer Implementation
The implementation in Internet Explorer 10 is practically identical to the W3C standard (great job IE team), with the addition of a prefix to signify that it’s an experimental implementation (as all prefixed implementations are). The ie viewport value appears as follows:

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

IEs implementation currently only supports the width and height properties. Min and max height/width are not implemented and neither are zoom or orientation. As with all early implementation of standards, if the specification changes, I have no doubt that the internet explorer team with update the implementation to match the standard.