From 9b3c0a8d444064f6c5eac70df2b8ec41fbacee73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Sun, 12 Apr 2026 19:35:56 +0200 Subject: [PATCH] Disable page zoom on iOS to prevent accidental pinch-to-zoom maximum-scale=1 + user-scalable=no prevents the browser UI from zooming when pinching. Map zoom (Leaflet) still works since it handles touch events independently. Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/planner/app/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/planner/app/root.tsx b/apps/planner/app/root.tsx index bf20d8e..b86db49 100644 --- a/apps/planner/app/root.tsx +++ b/apps/planner/app/root.tsx @@ -13,7 +13,7 @@ export function Layout({ children }: { children: React.ReactNode }) { - +