-
Notifications
You must be signed in to change notification settings - Fork 229
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
screenOrientation.unlock() doesn't respect the current orientation on iOS devices #38
Comments
Hm, I think you are using "locked" here in two different meanings - one for this plugin and one for locking the device. You might want to update and clarify that ;) (maybe just add the method calls to the "Steps to reproduce it" list) |
Thank you for your feedback! I mean about blocking the screen orientation. I have updated expected behaviour description and added a code example. |
The issue describes same bug that jira ticket, it would be great if any of the available PRs that fix the problem is merged. |
Feel free to point out the best PR (here) and document how you tested and confirmed its correctness (in the PR comments). Thanks. |
Not to hijack the issue, but it's simply not working for me. On app |
You just did hijack this issue @humblecoder. Please create a new issue with your problem and we will see if we can help you. (I will hide your comment and this reponse later.) |
I've tried the valid PR #31 but it doesn't work as expected. See comment #31 (comment). |
Any news on this issue ? |
@jonastg @janpio @humblecoder @RHinderiks @infil00p - Can You guys once try by installing plugin from here - |
I correct the problem like that, bayardLcx@e53bf74 |
Comment line 76 of CDVOrientation.m file |
Hi guys, 2 1/2 years later and the bug is still present. Is this plugin dead or what needs to be done to get this fixed and a consistent behaviour? |
Expected behaviour
The device should keep the current screen orientation — the screen was previously locked — after the screen is unlocked.
Actual behaviour
The screen rotates to the previous orientation when the screen was locked.
Steps to reproduce it
It fails on
It works on
OS versions tested
Code example
Build system
Android
iOS
The text was updated successfully, but these errors were encountered: