使用Cordova(TACo)应用程序在Hosted Web App中要求白色状态栏文本

时间:2017-06-29 11:38:30

标签: ios cordova statusbar taco

我使用Visual Studio TACo(Apache Cordova工具)开发了移动应用程序。我还在config.xml中包含状态栏插件

<plugin name="cordova-plugin-statusbar" version="2.1.3" />

另外,我设置了很少的状态栏属性:

<preference name="StatusBarOverlaysWebView" value="true" /> <preference name="StatusBarStyle" value="lightcontent" /> <preference name="StatusBarBackgroundColor" value="#000000" />

我还在我的html文件中添加了下面提到的meta标签: <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black"/>

但是在为iOS模拟器或iOS设备构建应用程序时,它会在状态栏中显示黑色文本(时间和电池等)。

我们如何将状态栏文本更改为白色?

0 个答案:

没有答案