From 2e8ef0e5dbc7b731a4e2274010e20e2e61cedae8 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Wed, 21 Jan 2026 21:54:28 +0100 Subject: [PATCH] fix: add iOS PWA notch support with safe area insets (#190) - 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 Co-authored-by: Claude --- 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 @@ - + + +