From f9eed82afbcb69353aff753496e445a54f5c1429 Mon Sep 17 00:00:00 2001 From: v6ole Date: Sun, 12 Jul 2026 13:36:37 +0800 Subject: [PATCH] fix: disable mobile zoom to prevent input auto-zoom on iOS Added maximum-scale=1.0, user-scalable=no to viewport meta tag. Prevents iOS Safari from auto-zooming when focusing inputs with font-size < 16px. Co-Authored-By: Claude --- frontend/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index 15d80dd..d4fac6b 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,7 +3,7 @@ - + 企迹 - 政企周报管理系统