Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.5.0
-
None
-
None
Description
All of our uses of supportedInterfaceOrientations should return UIInterfaceOrientationMask in iOS 9+
#if __IPHONE_OS_VERSION_MAX_ALLOWED < 90000 - (NSUInteger)supportedInterfaceOrientations #else - (UIInterfaceOrientationMask)supportedInterfaceOrientations #endif
The full list of references is here:
https://github.com/apache/cordova-ios/search?utf8=%E2%9C%93&q=supportedInterfaceOrientations
A similar fix was just implemented for CB-11189
Attachments
Issue Links
- is related to
-
CB-11189 Deprecation and other Warnings with XCode 7.3 and InAppBrowser 1.4.0
- Resolved
- links to