Return to Firewoiks

Extensions, resources & tutorials for Fireworks, Dreamweaver & HTML5 / CSS3 by UI developer, Matt Stow.

Testing IE10's @-ms-viewport rule

Posted: January 6 2013

Using the simplified viewport declaration

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

While this works for IE 10 in “snap mode” on Windows 8, it does not work on Windows Phone 8.


Read the accompanying article, Responsive Design in IE10 on Windows Phone 8.