From aa21709f3ddcfe501885159fd12bd4698a378521 Mon Sep 17 00:00:00 2001 From: ort Date: Sat, 15 Aug 2026 16:43:08 -0400 Subject: [PATCH] Add PWA meta tags to login/signup/join pages iOS decides whether "Add to Home Screen" creates a true standalone app (no browser chrome) or a plain bookmark-style Web Clip (full Safari UI -- URL bar, share/reload/compass row, X to close) based on whatever page you were on when you tapped it. Those tags only existed on dashboard.html and calendar.html, so anyone adding the icon while logged out -- the normal first-time flow, since you land on /login.html before signing in -- got the bookmark-style icon instead of a real standalone app, exactly as reported. Existing home-screen icons need to be deleted and re-added after this deploys; iOS bakes in standalone-capability at creation time and won't retroactively upgrade an icon that already exists. --- public/join.html | 7 +++++++ public/login.html | 7 +++++++ public/signup.html | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/public/join.html b/public/join.html index 683894e..a3fa971 100644 --- a/public/join.html +++ b/public/join.html @@ -7,6 +7,13 @@ + + + + + + + diff --git a/public/login.html b/public/login.html index be7f6bb..2b98349 100644 --- a/public/login.html +++ b/public/login.html @@ -7,6 +7,13 @@ + + + + + + + diff --git a/public/signup.html b/public/signup.html index 218b4ed..c7c5d3c 100644 --- a/public/signup.html +++ b/public/signup.html @@ -7,6 +7,13 @@ + + + + + + +