I’ve developed a website which uses media queries to support mobile devices but Windows Mobile 7 doesn’t seem to be affected. I know IE doesn’t support media queries so I guess it’s the same on WinMob. Is there any way to load a different page on this phone??
I’ve developed a website which uses media queries to support mobile devices but Windows
Share
Just get the user agent and check if it is Windows Phone 7 (this is the samsung focus):
Then redirect to another page.