Skip to content

Don't limit screen orientation on android #1403

@david-venhoff

Description

@david-venhoff

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

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    No status

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions