문제

I open http://widiastore.com/sample/jquery-mobile/ from my windows phone. The screenshoot of page is http://s16.postimg.org/iqztjqx1x/wp_ss_20130902_0001.png. Why the widget of the page is so small? If I open it from android and blackberry it's very nice user interface.

도움이 되었습니까?

해결책

If you can change the HTML maybe you can add the viewport metadata: https://developer.mozilla.org/en/Mobile/Viewport_meta_tag

Insert this in between <head> and </head>

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top