View Issue Details

IDProjectCategoryView StatusLast Update
0019949MMAUI (general)public2023-05-05 01:28
Reporterrusty Assigned To 
PriorityimmediateSeveritymajorReproducibilitysometimes
Status closedResolutionfixed 
Product Version2.0.0 
Target Version2.0.0Fixed in Version2.0.0 
Summary0019949: Scrolling up and down often triggers accidental side swipes
DescriptionWhen 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 InformationRaised at https://www.mediamonkey.com/forum/viewtopic.php?t=104061
TagsNo tags attached.
Fixed in build1080

Relationships

related to 0019942 feedbackmartin Common actions require more clicks/work in 2.x (regression) 

Activities

rusty

2023-04-28 04:56

administrator   ~0071646

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.

martin

2023-05-04 15:40

developer   ~0071727

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

rusty

2023-05-05 01:28

administrator   ~0071736

Verified 1080.