commit 61667df0be10046697607bb92607b1c8602f2bd8
parent 69fc739b4f101f4d0428b0952b9e2d467e9f0b72
Author: Hunter
Date: Sun, 31 May 2026 18:09:33 -0400
don't treat fullscreen display-mode as installed PWA
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/resources/script.js b/resources/script.js
@@ -12,8 +12,6 @@ const isLocal =
// When installed as a PWA, always hit cache.
const isInstalled =
window.matchMedia('(display-mode: standalone)').matches ||
- window.matchMedia('(display-mode: fullscreen)').matches ||
- window.matchMedia('(display-mode: minimal-ui)').matches ||
window.navigator.standalone === true;
// Register when installed as a PWA regardless of hostname so a mixapp