WIStudent commented on issue #80:
URL:
https://github.com/apache/cordova-plugin-screen-orientation/issues/80#issuecomment-850501277
Unfortunately there are even more issues with the iOS implementation:
1. Started with holding device in landscape-secondary and screen locked to
landscape-secondary
2. Rotate device to portrait-primary (counterclockwise)
3. lock("portrait-primary")
The screen does not rotate to portrait-primary but stays on
landscape-secondary. Probably because the plugin thinks that it already reached
portrait-primary but in reality only the device is being hold in
portrait-primary while the screen is still in landscape-secondary. The screen
will only rotate in the correct position if the counterclockwise rotation of
the device is repeated (rotate the device to landscape-secondary and then back
to portrait-primary). Then the screen will be rotated to portrait-primary and
stay locked in that orientation.
--
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]