Phonegap + Windows Phone 8 : viewport meta & scaling issue

前端 未结 3 711
执念已碎
执念已碎 2020-12-03 19:12

I\'m currently working on a Phonegap app and I have the following problem when testing it with Windows Phone 8 (left screenshot below): the application bar is not removed an

3条回答
  •  一向
    一向 (楼主)
    2020-12-03 19:42

    You can take this code to your css:

    * {
        zoom:1;
        -ms-content-zooming:none;
    }
    

    This solved the problem for me.

提交回复
热议问题