From aeb60ce80ab829c4c9b63103b38e77e303011606 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 10 Feb 2026 17:19:23 +0800 Subject: [PATCH] =?UTF-8?q?:iphone:=20=E8=BE=93=E5=85=A5=E6=A1=86=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/mobile/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/mobile/index.ts b/app/src/mobile/index.ts index aaac0fe46..b00fb72c6 100644 --- a/app/src/mobile/index.ts +++ b/app/src/mobile/index.ts @@ -96,7 +96,9 @@ class App { } if (["INPUT", "TEXTAREA"].includes(event.target.tagName)) { setTimeout(() => { - event.target.scrollIntoView(); + event.target.scrollIntoView({ + block: "center", + }); }, Constants.TIMEOUT_TRANSITION); } if (isInIOS()) {