When using Ionic 6 status bar:
“@awesome-cordova-plugins/status-bar”: “^6.2.0”
“cordova-plugin-statusbar”: “^3.0.0”
setting the overlaysWebView to false is not working:
this.statusBar.overlaysWebView(false);
am I supposed to do this differently? not much information in the ionic 6 documentation.