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",