From 8893dc5698e3dbc9c22a73ea46f840a5ae3e7496 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Thu, 21 Aug 2025 21:43:56 +0300 Subject: [PATCH] pwa orientation any --- app/views/pwa/manifest.json.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/pwa/manifest.json.erb b/app/views/pwa/manifest.json.erb index 3049f743..d7043120 100644 --- a/app/views/pwa/manifest.json.erb +++ b/app/views/pwa/manifest.json.erb @@ -17,7 +17,7 @@ "start_url": "/", "display": "standalone", "scope": "/", - "orientation": "natural", + "orientation": "any", "description": "<%= Docuseal.product_name %> is an open source platform that provides secure and efficient digital document signing and processing.", "categories": ["productivity", "utilities"], "theme_color": "#FAF7F4",