View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019949 | MMA | UI (general) | public | 2023-04-19 18:45 | 2023-05-05 01:28 |
Reporter | rusty | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Product Version | 2.0.0 | ||||
Target Version | 2.0.0 | Fixed in Version | 2.0.0 | ||
Summary | 0019949: Scrolling up and down often triggers accidental side swipes | ||||
Description | When users hold the phone with one hand and are controlling the UI mainly with their thumb, they often accidentally trigger a side swipe when they're actually trying to scroll up/down. You can visualize how this might happen. If the phone is held in the left hand and the user: - swipes down with the left thumb, it naturally arcs from the top left to bottom center. - swipes up with the left thumb, it naturally arcs from the bottom center to the top left. If the phone is held in the right hand and the user uses their right thumb, the opposite occurs. Note: other apps that support both horizontal swipe and vertical scroll actions in a single view don't exhibit this issue. | ||||
Additional Information | Raised at https://www.mediamonkey.com/forum/viewtopic.php?t=104061 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1080 | ||||
|
Note: in build 1077, this issue seems to be most severe when swiping down at the bottom of a view OR up at the top of a view. |
|
Great article describing the issue https://bladecoder.medium.com/fixing-recyclerview-nested-scrolling-in-opposite-direction-f587be5c1a04 Issue Tracker for it https://issuetracker.google.com/issues/168716647 Implemented suggested solution (no reflection needed). The swipe action to change tabs must be now less than 30°. Fixed in build 2.0.0.1080 |
|
Verified 1080. |