forked from platypush/platypush
[PWA] Allow any orientation.
This commit is contained in:
parent
a5c69d2ded
commit
6e99e87aa6
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue