I might have a solution wich I didn’t tested yet, maybe you can test it out ?
import { StatusBar } from '@ionic-native/status-bar';
constructor(private statusBar: StatusBar) { }
...
// let status bar overlay webview
this.statusBar.overlaysWebView(false);
//**ALTERNATIVE**
//this.statusBar.styleDefault()
Add this to your main.ts.
Alternatively you have to add this aswell styleDefault()
. Try it without first and then with it.
Post your results please