PhoneGap / Cordova:状态栏在iOS上不会更改为Light

时间:2016-10-29 20:02:24

标签: ios cordova phonegap-plugins

我的PhoneGap / Cordova存在问题。尽管我已经安装了StatusBar插件,但StatusBar并没有变为轻量级。

以下是我正在使用的代码:

document.addEventListener("deviceready", onDeviceReady, false);

function onDeviceReady() {
    navigator.vibrate(3000);
    StatusBar.styleLightContent();
}

我做错了什么?

0 个答案:

没有答案