diff --git a/platypush/backend/http/app/routes/pwa.py b/platypush/backend/http/app/routes/pwa.py index acad05f86f..1db0b186d7 100644 --- a/platypush/backend/http/app/routes/pwa.py +++ b/platypush/backend/http/app/routes/pwa.py @@ -123,7 +123,7 @@ def manifest_json(): "gcm_user_visible_only": True, "start_url": start_url, "permissions": ["gcm"], - "orientation": "portrait", + "orientation": "any", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff",