【发布时间】:2012-01-20 15:53:37
【问题描述】:
我正在使用 PhoneGap 构建 iOS 应用,但似乎无法让全屏/半透明状态栏效果发挥作用。
我将 *-info.plist 的 Status bar style 设置为 Transparent black style (alpha of 0.5),这在启动屏幕启动时有效。但是显示PhoneGap的UIWebView时状态栏变黑。
我尝试在我的 index.html 中将 apple-mobile-web-app-status-bar-style 元标记设置为 black-translucent,但这似乎没有任何效果。
我尝试将 phonegap.plist 的 TopStatusBar 选项设置为 blackTranslucent,但这也没有任何效果。我错过了什么?
【问题讨论】: