【Android】Touch event misbehavior with multiple touch points
Chưa có ai nhận issue này.
- Ngôn ngữ chính
- C++
- Star
- 127k
- Fork
- 25.3k
- Merge trung bình
- 1 ngày 23 giờ
- Pull request đã merge (30 ngày)
- 4
Mô tả
Description
When I have multiple touch points on Android, events are mistakenly triggered.
In my case, when I place my finger on view A, which is bound to touch events, if I do not release my finger and place another finger on view B, the touch event for view A is triggered again, even though the second finger is on a different view.
I tested the behavior on iOS, and with the same operation, if my other finger is on view B, the touch event for view A is not triggered. Only if the other finger is also placed on view A will the touch event for view A be triggered again.
I also tried using TouchableWithoutFeedback, Pressable, and encountered the same issue on Android.
Steps to reproduce
- Install the app
- Place one finger on a view that is bound to an event and keep it there, then place another finger on a view that is not bound to any event to reproduce the issue
React Native Version
0.80.1
Affected Platforms
Runtime - Android
Output of npx @react-native-community/cli info
System:
OS: macOS 14.2.1
CPU: (8) arm64 Apple M3
Memory: 135.97 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 23.10.0
path: ~/.nvm/versions/node/v23.10.0/bin/node
Yarn:
version: 1.22.22
path: /usr/local/bin/yarn
npm:
version: 10.9.2
path: ~/.nvm/versions/node/v23.10.0/bin/npm
Watchman:
version: 2024.10.21.00
path: /usr/local/bin/watchman
Managers:
CocoaPods:
version: 1.15.2
path: /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.4
- iOS 17.4
- macOS 14.4
- tvOS 17.4
- visionOS 1.1
- watchOS 10.4
Android SDK: Not Found
IDEs:
Android Studio: 2023.3 AI-233.14808.21.2331.11709847
Xcode:
version: 15.3/15E204a
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.11
path: /usr/bin/javac
Ruby:
version: 3.1.0
path: /Users/didi/.rbenv/shims/ruby
npmPackages:
"@react-native-community/cli":
installed: 19.0.0
wanted: 19.0.0
react:
installed: 19.1.0
wanted: 19.1.0
react-native:
installed: 0.80.1
wanted: 0.80.1
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: true
newArchEnabled: true
Stacktrace or Logs
no logs
MANDATORY Reproducer
https://github.com/yandadaFreedom/reproducer-react-native-0.80.1/tree/bug-android-multi-point-event
Screenshots and Videos
No response
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Hướng nghiên cứu
Bắt đầu với reproducer bắt buộc tại yandadaFreedom/reproducer-react-native-0.80.1, cài đặt ứng dụng và tái hiện chuỗi thao tác multi-touch trên Android. Theo dõi việc xử lý các touch-event liên quan đến TouchableWithoutFeedback và Pressable, sau đó xác minh rằng ngón tay thứ hai trên một View không liên quan không kích hoạt lại View đầu tiên, trong khi ngón tay thứ hai trên cùng View đó thì có.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- android, react-native
- Lĩnh vực
- mobile
- Loại issue
- Lỗi
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100