From f75aa5881c277b9ef5ed39cb1e4a6b9ce4d9bc4c Mon Sep 17 00:00:00 2001 From: shulandmimi Date: Thu, 4 Jun 2026 13:26:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20android=20input=20touch=20=E5=AF=BC?= =?UTF-8?q?=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 2a269e2809..3b4d76ea5a 100644 --- a/packages/webpack-plugin/lib/runtime/components/react/mpx-input.tsx +++ b/packages/webpack-plugin/lib/runtime/components/react/mpx-input.tsx @@ -498,6 +498,7 @@ const Input = forwardRef, FinalInputProps multiline: !!multiline, onTouchStart, onTouchEnd, + onTouchMove: onTouchEnd, onFocus, onBlur, onChange,