Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
iPhone 6, iPhone 6+, iOS 9.3
Description
Locking the device orientation snaps the onscreen image to that orientation. However, it doesn't work the other way around.
To reproduce:
- screen.lockOrientation('portrait-primary');
- Turn phone sideways, to landscape mode
- screen.unlockOrientation();
Expected:
- View rotates to match new orientation
Actual:
- View now appears sideways, as if no rotation was registered.