On Android cptr installed as pwa in Chrome doesn't honor Screen Rotation. I think the orientation needs to switch to **Default** as described here: https://github.com/w3c/manifest/issues/632 https://issues.chromium.org/issues/40286157 Source ref: https://github.com/open-webui/computer/blob/fcc26371f9b38cda3ec5caf1abb6f960892e179d/cptr/app.py#L373
On Android cptr installed as pwa in Chrome doesn't honor Screen Rotation.
I think the orientation needs to switch to Default as described here:
w3c/manifest#632
https://issues.chromium.org/issues/40286157
Source ref:
computer/cptr/app.py
Line 373 in fcc2637