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