Describe the Problem
We have this line in our android manifest:
|
android:screenOrientation="portrait" |
The google play console warns that this setting will no longer be respected by devices running android 16, so we should probably remove this setting and verify that the app works in landscape mode.
I just did a quick check and for multiple layout glitches, so it won't be as simple as just removing the flag.
Describe Your Preferred Solution
Remove the line from the android manifest and fix all layout glitches in the landscape mode
Describe Possible Alternatives
- Do nothing
- Show some kind of warning in landscape mode
Related Issues
Additional Information
Describe the Problem
We have this line in our android manifest:
lunes-app/android/app/src/main/AndroidManifest.xml
Line 19 in 3586bf6
The google play console warns that this setting will no longer be respected by devices running android 16, so we should probably remove this setting and verify that the app works in landscape mode.
I just did a quick check and for multiple layout glitches, so it won't be as simple as just removing the flag.
Describe Your Preferred Solution
Remove the line from the android manifest and fix all layout glitches in the landscape mode
Describe Possible Alternatives
Related Issues
Additional Information