Hi guys i have the problem that in ionic View the Statusbar is Black on Android but in Ionic View for iOS it is White. But i want it Black on both Devices.
Is this an Ionic View problem or a code problem?
I already tried:
//App init
initializeApp() {
this.platform.ready().then(() => {
//Was gemacht wird wenn alles geladen wurde
StatusBar.overlaysWebView(false);
StatusBar.styleBlackTranslucent();
StatusBar.backgroundColorByName('black');
Splashscreen.hide();
});
And yes the plugin is installed. But this doesnt seems to work.
Help me pls