From 479ec8026509be122ad5faf91025d8058a25c2f5 Mon Sep 17 00:00:00 2001 From: shulandmimi Date: Fri, 12 Jun 2026 16:31:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20android=20=E5=9C=A8=20input=20=E4=B8=8A?= =?UTF-8?q?=E6=8C=89=E4=B8=8B=E5=B7=B2=E7=A7=BB=E5=8A=A8=EF=BC=8C=E4=BC=9A?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E9=94=AE=E7=9B=98=E4=B8=8B=E8=90=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webpack-plugin/lib/runtime/components/react/mpx-input.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/webpack-plugin/lib/runtime/components/react/mpx-input.tsx b/packages/webpack-plugin/lib/runtime/components/react/mpx-input.tsx index 63851c92f6..1c76c0f577 100644 --- a/packages/webpack-plugin/lib/runtime/components/react/mpx-input.tsx +++ b/packages/webpack-plugin/lib/runtime/components/react/mpx-input.tsx @@ -501,6 +501,7 @@ const Input = forwardRef, FinalInputProps multiline: multiline || needMultilineFix, onTouchStart, onTouchEnd, + onTouchMove: onTouchEnd, onFocus, onBlur, onChange,