JQueryMobile viewport not working on Windows Phone

I am testing jQueryMobile on WindowsPhone and the viewport is not working.

+4
source share
1 answer

Workaround on this page .

<!--[if IE 7]><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /><![endif]--> 
+3
source

All Articles