You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked to make sure that this issue has not already been filed
Expected Behavior
App orientation configuration should work e.g. app only allows Portrait orientation should never rotate.
Current Behavior
App orientation works correctly (Portrait app never rotate) until you open camera, then after that app will rotate and no longer locked to portrait as configured.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Allow only Portrait orientation in app configuration
Build and run app
Open camera and close it (rotate your phone to make if necessary)
Rotate your phone and app is no longer locked in portrait orientation
Prerequisites
Expected Behavior
App orientation configuration should work e.g. app only allows Portrait orientation should never rotate.
Current Behavior
App orientation works correctly (Portrait app never rotate) until you open camera, then after that app will rotate and no longer locked to portrait as configured.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Code Sample
Same as https://github.com/Mijick/Camera/wiki/Configuring-MCamera#blocking-camera-rotation
Even I set portrait in this line
static var orientationLock = UIInterfaceOrientationMask.portrait
Screenshots
If applicable, add screenshots to help explain your problem.
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
The text was updated successfully, but these errors were encountered: