From 037a70f11408cbe0154f30d7eef8fed1d43bf050 Mon Sep 17 00:00:00 2001 From: Michael Lip <51033404+theluckystrike@users.noreply.github.com> Date: Thu, 5 Mar 2026 00:16:27 +0700 Subject: [PATCH] fix: remove orientation: any to respect OS rotation lock (#600) Fixes #598 --- packages/web/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/web/index.html b/packages/web/index.html index 1493439d..4aea0538 100644 --- a/packages/web/index.html +++ b/packages/web/index.html @@ -170,7 +170,6 @@ display: 'standalone', background_color: '#151313', theme_color: '#edb449', - orientation: 'any', icons: [ { src: `${baseUrl}/pwa-192.png`, sizes: '192x192', type: 'image/png', purpose: 'any' }, { src: `${baseUrl}/pwa-512.png`, sizes: '512x512', type: 'image/png', purpose: 'any' },