I’m having a hard time setting the iOS status bar background color to transparent. I’m using the latest version of cordova statusbar and ionic, and leaving everything to their d
Please check Following
window.cordova.plugins.StatusBar.overlaysWebView(false);
It worked for me.