소스 검색

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