From 56a094a34ab0275c84044198a825cf4111ee3bbf Mon Sep 17 00:00:00 2001 From: amoshydra <8733840+amoshydra@users.noreply.github.com> Date: Tue, 29 Jul 2025 05:36:56 +0800 Subject: [PATCH] fix(pwa): remove orientation specifier, respect OS level rotation Related to #13949 --- backend/open_webui/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py index cd35fe0ab3..80c9e318ce 100644 --- a/backend/open_webui/main.py +++ b/backend/open_webui/main.py @@ -1776,7 +1776,6 @@ async def get_manifest_json(): "start_url": "/", "display": "standalone", "background_color": "#343541", - "orientation": "any", "icons": [ { "src": "/static/logo.png",