From 3e8e09ff59013e36afc5f3a79b837433c5afdfd8 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 10 Feb 2026 20:59:38 +0800 Subject: [PATCH] =?UTF-8?q?:iphone:=20=E8=BE=93=E5=85=A5=E9=94=AE=E7=9B=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel <845765@qq.com> --- app/stage/auth.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/stage/auth.html b/app/stage/auth.html index 090bf7ad9..12d1ace15 100644 --- a/app/stage/auth.html +++ b/app/stage/auth.html @@ -576,7 +576,7 @@ init(); window.addEventListener("click", (event) => { if (event.target.tagName === "INPUT" && - ["email", "number", "password", "search", "tel", "text", "url", ""].includes(event.target.getAttribute("type")) && + ["email", "number", "password", "search", "tel", "text", "url", "", null].includes(event.target.getAttribute("type")) && event.target.getAttribute("readonly") !== "readonly") { if (window.JSAndroid && window.JSAndroid.showKeyboard) { window.JSAndroid.showKeyboard();