mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #13017] issue: PWA unable to rotate out of portrait /android/brave #32315
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Apr 18, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13017
Check Existing Issues
Installation Method
Docker
Open WebUI Version
Latest
Ollama Version (if applicable)
Latest
Operating System
Arch/Android
Browser (if applicable)
Brave Stable Latest
Confirmation
README.md.Expected Behavior
To be able to rotate the PWA, so I can use it when I plug my keyboard into my android tablet, or when my device is upside down but portrait.
Actual Behavior
Stays locked in one rotation setting
Steps to Reproduce
Visit your open-webui instance on an android device in a chromium based browser, tap the three dots for settings and add the site to homescreen / install the site
Logs & Screenshots
N/a
Additional Information
No response
@tjbck commented on GitHub (Apr 18, 2025):
Should be addressed with
64a98b2e0e@mammuth commented on GitHub (Jul 5, 2025):
I think this change might have had the side-effect of the PWA not honoring the system orientation settings anymore? Eg. if Android's orientation is fixed to portrait, the PWA will still rotate to landscape mode.
At least that's the behavior I see in 0.6.15 on Chrome after installing it.