From b475f6999673629fa8ef7858337e494a57b53de0 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 21 Jan 2026 20:49:55 +0000 Subject: [PATCH] fix: add iOS PWA notch support with safe area insets - Update viewport meta tag to include viewport-fit=cover - Add apple-mobile-web-app-capable and status-bar-style meta tags - Add CSS safe area insets to body element for proper notch handling - Ensures content extends into safe areas on iOS devices while respecting notches and rounded corners --- index.html | 10 +++++++++- src/index.css | 5 +++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5b5cf95..48ff281 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,15 @@ - + + +