cordova-ios-lightstatusbar

Replaces the default black status bar with a white status bar on the splash screen

Usage no npm install needed!

<script type="module">
  import cordovaIosLightstatusbar from 'https://cdn.skypack.dev/cordova-ios-lightstatusbar';
</script>

README

cordova-ios-lightstatusbar

cordova plugin add https://github.com/cassioscofield/cordova-ios-lightstatusbar

It will add the following part to the *-Info.plist file during build process:

<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>

<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>