-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Labels
Description
Description
When the site is installed as a PWA on Android, it doesn’t respect the system’s orientation lock setting.
Steps to reproduce
- On an Android device (tested on Galaxy S23, Android 15), lock the phone orientation to portrait mode in system settings.
- Open the site in PWA mode (installed to home screen).
- Rotate the phone.
Expected behavior
The app should remain in portrait mode, respecting the system’s orientation lock.
Actual behavior
The PWA rotates with the phone despite the OS-level orientation lock.
Additional context
The web app manifest currently includes "orientation": "any", which according to https://stackoverflow.com/questions/73956593/pwa-ignores-os-orientation-lock-on-android could be the issue.