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
This worked for me:
Run cordova plugin add https://github.com/apache/cordova-plugin-statusbar.git
cordova plugin add https://github.com/apache/cordova-plugin-statusbar.git
config.xml Add inside tag
index.html Add
Save.
Launch the simulator.