From 7d939c2427edf7778a27872619fd5ec41dc50c88 Mon Sep 17 00:00:00 2001 From: onesimus-coder Date: Mon, 27 Apr 2026 10:05:43 -0400 Subject: [PATCH] fix: disable mobile zoom on web page Add `maximum-scale=1.0` and `user-scalable=no` to the viewport meta tag to prevent users from zooming in via double-tap or pinch gestures on mobile devices (e.g. iPhone). Fixes #105 --- site/src/app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/app.html b/site/src/app.html index be4518a..8e4047a 100644 --- a/site/src/app.html +++ b/site/src/app.html @@ -3,7 +3,7 @@ - + %sveltekit.head%