-
-
Notifications
You must be signed in to change notification settings - Fork 409
Open
Description
Problem description
Huawei tablets are known to incorrectly translate mouse wheel scroll events (ACTION_SCROLL
) into ACTION_UP
, ACTION_MOVE
, ACTION_DOWN
events. This causes the mouse scroll wheel to not function as expected within the application. Instead of smooth scrolling, it may trigger unexpected clicks or drag operations.
What steps will reproduce the bug?
- Connect a mouse with a scroll wheel to a Huawei tablet (e.g., MatePad series).
- Open the application to any scrollable view.
- Attempt to scroll using the mouse wheel.
- Observe that scrolling does not occur.
What is the expected behavior?
Scrolling the mouse wheel should generate the correct ACTION_SCROLL
events, allowing for smooth scrolling in scrollable views.
Metadata
Metadata
Assignees
Labels
No labels