twin-optimiser/frontend
jtricerolph 43e8264488 Add iOS install hint + Apple PWA meta tags, fix missing beforeinstallprompt handler
iOS Safari has no beforeinstallprompt API, so the portal's Install
button (?install=1) silently did nothing there. IosInstallHint now
shows Share -> Add to Home Screen steps on Safari, or a prompt to
switch to Safari first if opened in another iOS browser/in-app
webview (those can't install PWAs on iOS at all).

Also added apple-mobile-web-app-title + apple-touch-icon so the
home screen icon isn't a page screenshot, and added the
beforeinstallprompt handler that was missing entirely (Android
Install button did nothing either).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-06 14:12:12 +00:00
..
public/icons Add PWA manifest support and icons 2026-07-29 17:28:47 +00:00
src Add iOS install hint + Apple PWA meta tags, fix missing beforeinstallprompt handler 2026-08-06 14:12:12 +00:00
Dockerfile Initial commit: twin-optimiser sub-app (housekeeping category) 2026-07-02 20:14:01 +00:00
index.html Add iOS install hint + Apple PWA meta tags, fix missing beforeinstallprompt handler 2026-08-06 14:12:12 +00:00
nginx.conf Fix logout (add missing nginx auth proxy) + show name/email in sidebar footer 2026-07-22 11:10:13 +00:00
package.json Add PWA manifest support and icons 2026-07-29 17:28:47 +00:00
tsconfig.json Fix TS build errors: vite/client types, remove unused inputStyle 2026-07-02 20:17:57 +00:00
vite.config.ts Add PWA manifest support and icons 2026-07-29 17:28:47 +00:00