I am using CSS Media Queries on my ASP.NET MVC webpage and I can see that when I make the browser smaller in Windows the CSS Media Queries will kick in.
But when visiting the webpage from my Phone (HTC Titan(Windows Phone)) the page will be shown only on the regular desktop version(not CSS Media Queries)?
Why?
The webpage is http://www.biss.se
A simple explanation would be that the browser on your phone doesn’t support them (yet).