Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Scenaio:
- Rotate phone to landscape
- Force portrait by invoking `screen.orientation.lock('portrait')`
- Turn phone into portrait mode
- Release orientation lock using `screen.orientation.unlock()`
Result:
Plugin reverts last orientation and phone changes to landscape
Expected result:
Phone should decide by its own in which orientation it is after unlock so it should remain in portrait mode in the above example.