# 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 />
