From 8e109f32b9a60451bde461d7c51478d02c2b0c3b Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Sat, 25 Apr 2026 15:36:59 +0300 Subject: [PATCH] fix(pwa): add mobile-web-app-capable meta tag Chrome deprecated apple-mobile-web-app-capable in favor of the standard mobile-web-app-capable. Add the new tag while keeping the Apple variant for iOS Safari compatibility. --- server/src/ledgrab/templates/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/ledgrab/templates/index.html b/server/src/ledgrab/templates/index.html index b63b3bd..6ab33cd 100644 --- a/server/src/ledgrab/templates/index.html +++ b/server/src/ledgrab/templates/index.html @@ -7,6 +7,7 @@ +