From 65aa1c257134769163e5e5a2e3eea554bcff8541 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 29 Jul 2024 08:43:39 +0200 Subject: [PATCH] Fix PWA orientation To respect locked orientation on the OS See https://w3c.github.io/screen-orientation/#screen-orientation-types --- client/src/manifest.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/manifest.webmanifest b/client/src/manifest.webmanifest index 6e62856cd..c4be3d6d9 100644 --- a/client/src/manifest.webmanifest +++ b/client/src/manifest.webmanifest @@ -6,7 +6,7 @@ "theme_color": "#fff", "description": "A federated video streaming platform using P2P", "display": "standalone", - "orientation": "any", + "orientation": "default", "icons": [ { "src": "/client/assets/images/icons/icon-36x36.png",