From dc14798c24186d329f17255e0676dac183b55627 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:00:25 +1300 Subject: [PATCH] PWA - have back button on ios --- app/static/site.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/site.webmanifest b/app/static/site.webmanifest index e39940a0..a8538cf1 100644 --- a/app/static/site.webmanifest +++ b/app/static/site.webmanifest @@ -15,7 +15,7 @@ ], "theme_color": "#007BBF", "background_color": "#ffffff", - "display": "standalone", + "display": "minimal-ui", "start_url": "/", "scope": "/" }