UNPKG

cordova-plugin-ipad-multitasking

Version:

Cordova / PhoneGap Plugin to mitigate ITMS-90474 and ITMS-90475 when uploading apps built with XCode 7. Sets UIRequiresFullScreen and UISupportedInterfaceOrientations to the Info.plist file until proper support is available in Cordova

27 lines (16 loc) 888 B
## iPad Multitasking support plugin for Apache Cordova [![npm version](https://badge.fury.io/js/cordova-plugin-ipad-multitasking.svg)](http://badge.fury.io/js/cordova-plugin-ipad-multitasking) **Cordova / PhoneGap Plugin to mitigate ITMS-90474 and ITMS-90475 when uploading apps built with XCode 7. Sets UIRequiresFullScreen and UISupportedInterfaceOrientations to the Info.plist file until proper support is available in Cordova** ## Install #### Latest published version on npm (with Cordova CLI >= 5.0.0) ``` cordova plugin add cordova-plugin-ipad-multitasking ``` #### Latest version from GitHub ``` cordova plugin add https://github.com/rafelbev/cordova-plugin-ipad-multitasking.git ``` It's important to note that this does not impact apps built with Xcode < 7 running on iOS 9. ## Platforms Applies to iOS (9+) only. ## License [MIT License](http://ilee.mit-license.org)