Prevent screen rotation in a PWA if it is locked in the OS

212 Views Asked by At

When I try to open my PWA on an Android device, the screen rotates even though screen rotation is locked in the OS. I tried to open on Realme 6 (Android 11) and Huawei (Android 10).

How to prevent screen rotation if it is locked in the OS?

1

There are 1 best solutions below

1
Pedro Cavalheiro On

Simply remove orientation from the manifest.json, so it uses the default system orientation.

https://w3c.github.io/screen-orientation/#dfn-default-screen-orientation