Now I work on a mobile site. Everything works fine on both iOS and Android, but I am having problems with the viewport meta tag on Windows Phone when I try to set the viewport width to 640 pixels. I use:
<meta name="viewport" content="width=640,user-scalable=no"/>
However, it seems that whenever you try to set the viewing area to more than 480px, the Windows phone is automatically applied to the default viewing window (1024px).
Any workaround?
source
share