msmtamburro commented on issue #100:
URL: 
https://github.com/apache/cordova-plugin-screen-orientation/issues/100#issuecomment-1212255307

   Specific guidance:
   
https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-16-release-notes
   
   [UIViewController shouldAutorotate] has been deprecated is no longer 
supported. [UIViewController attemptRotationToDeviceOrientation] has been 
deprecated and replaced with [UIViewController 
setNeedsUpdateOfSupportedInterfaceOrientations].
   
   Workaround: Apps relying on shouldAutorotate should reflect their 
preferences using the view controllers supportedInterfaceOrientations. If the 
supported orientations change, use `-[UIViewController 
setNeedsUpdateOfSupportedInterface


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to