更改您的statusBar设置。
在app.component.ts
中,您可以使用以下值:
例如:
initializeApp() {
this.platform.ready().then(() => {
//this.statusBar.styleDefault();
this.statusBar.styleBlackTranslucent();
this.splashScreen.hide();
...
您可以在https://github.com/apache/cordova-plugin-statusbar找到的其他选项