cordova-ios-requires-fullscreen

IOS UIRequiresFullScreen Plugin

Usage no npm install needed!

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

README

cordova-ios-requires-fullscreen

cordova plugin add cordova-ios-requires-fullscreen or cordova plugin add https://github.com/chancezeus/cordova-ios-requires-fullscreen.git

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

<key>UIRequiresFullScreen</key>
<true />