分享

Phonegap + Jquery Mobile = White Screen Flicker [solved] | Hacked Existence

 飞鹰飞龙飞天 2014-06-18

When building applications with Phonegap, android doesn’t seem to mind changing pages, but on iOS if you are missing a few key lines of code, when loading new pages you will get a white screen flicker before the new page loads.

This issue is caused by Jquery Mobile and can be solved by adding the following meta tags inside your head:

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多