-
Notifications
You must be signed in to change notification settings - Fork 809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ios Orientation.lockToLandscape() Error #272
Comments
Same issue here. |
Can you allow both portrait and landscape but still lock it on only one of them ? |
I'm having the same issue. Did anyone find a solution? |
Hey @andyesp, my workaround was create a timeout before lockToLandscape, Something like this
|
I am using a component with webview and setTimeout did not solve =/ |
Got the same error. There is my analysis (I know nothing on iOS native development, so this is mainly trial/error, code reading and logic) :
As a workaround, I edit my controller.
|
+1 |
I got this error while using a |
Thanks. Error with modal for me. |
the issue still unresolved for 4 Years :)) |
yes, I am facing the same issue. I have updated all of my Modals like below:
please, any help? |
*** Terminating app due to uncaught exception 'UIApplicationInvalidInterfaceOrientation', reason: 'Supported orientations has no common orientation with the application, and [RCCTabBarController shouldAutorotate] is returning YES'
*** First throw call stack:
What problem?
please help me
The text was updated successfully, but these errors were encountered: