x-freed commented on issue #773: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/773#issuecomment-779909226
@weiz18 thanks, it worked. In the meantime I found also another less robust workaround: `supportedInterfaceOrientations` should return directly allowed orientations for the app (https://github.com/Yoobic/cordova-plugin-inappbrowser/blob/master/src/ios/CDVWKInAppBrowser.m#L1263) In my case: return UIInterfaceOrientationMaskAllButUpsideDown; ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
