From 86cd3c0c3894afb3cfa98e94ca09f6e68b8472c3 Mon Sep 17 00:00:00 2001 From: Arvind Chembarpu Date: Mon, 21 Sep 2020 21:24:32 +0200 Subject: [PATCH] Do not force portrait mode For easier use on larger devices like tablets --- public/manifest.webmanifest | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index 4b1fa25232..9da0cb311b 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -15,6 +15,5 @@ ], "theme_color": "#3c8dbc", "background_color": "#3c8dbc", - "display": "standalone", - "orientation": "portrait" + "display": "standalone" }