浏览代码

Allow orientation landscape for installed app

Robin Linus 9 年之前
父节点
当前提交
1c935030b6
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      app/manifest.json

+ 1 - 2
app/manifest.json

@@ -25,6 +25,5 @@
     "background_color": "#3367d6",
     "start_url": "index.html",
     "display": "standalone",
-    "theme_color": "#3367d6",
-    "orientation": "portrait"
+    "theme_color": "#3367d6"
 }