oofaish commented on PR #107: URL: https://github.com/apache/cordova-plugin-screen-orientation/pull/107#issuecomment-1345240411
@erisu here is an updated PR: - go back and fix the issue with locking not working (had to call `((void (*)(CDVViewController*, SEL, NSMutableArray*))objc_msgSend)(vc,selector,result);` even in iOS16 - only call `setNeedsUpdateOfSupportedInterfaceOrientations` at the end so we dont end up double rotating - seems to work fine - split the code into post ios16 and pre ios16 as requested. -- 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]
