]> BookStack Code Mirror - bookstack/blobdiff - app/App/PwaManifestBuilder.php
Update PWA manifest orientation to any
[bookstack] / app / App / PwaManifestBuilder.php
index ba4331a0f14522ab80f2bd2e93016941106409f4..81ab2fcd711d8f660ad8c55fc851f9f4d0c47b26 100644 (file)
@@ -26,7 +26,7 @@ class PwaManifestBuilder
             "launch_handler" => [
                 "client_mode" => "focus-existing"
             ],
-            "orientation" => "portrait",
+            "orientation" => "any",
             "icons" => [
                 [
                     "src" => setting('app-icon-32') ?: url('/icon-32.png'),