Cordova StatusBar插件方法styleLightContent不工作

时间:2016-07-19 13:59:53

标签: cordova ibm-mobilefirst cordova-plugins statusbar

我的项目正在使用MobileFirst 7.1,其中包含旧版本的Cordova(3.6 iirc),而我在使用StatusBar.styleLightContent方法时遇到问题。我已经创建了一个deviceready函数,它可以进行以下调用:

StatusBar.overlaysWebView(false);
StatusBar.backgroundColorByHexString("#0d66a4");
StatusBar.styleLightContent();

前两个调用成功,但当我在iOS 9.3.2的iPhone上安装时,未应用lightcontent设置。 对此有任何建议将非常感激。

1 个答案:

答案 0 :(得分:2)

状态栏Cordova插件与MobileFirst之间存在不兼容性,影响7.1和8.0。请参阅此问题:https://stackoverflow.com/a/36968279/1530814