Commit Graph

2 Commits

Author SHA1 Message Date
b371c50d23 fix(pwa): add apple-mobile-web-app-capable so iOS applies safe-area insets
On iOS, apple-mobile-web-app-status-bar-style: black-translucent has no effect
unless apple-mobile-web-app-capable=yes is also set. Without it the installed
PWA never went edge-to-edge, so env(safe-area-inset-top) resolved to 0 and the
header padding did nothing — content ran under the notch. Android was unaffected
(it honors mobile-web-app-capable, which was already present).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09 11:35:12 +03:30
0293655fc1 first 2026-04-29 01:44:16 +03:30