Vertical FlashList with nested horizontal ScrollView scrolling issue on Android #1502
Unanswered
lucasroges
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, everyone.
I have a situation with a horizontal
ScrollView
inside a verticalFlashList
. Sometimes, on Android devices, when I try to scroll horizontally, the screen ends up scrolling vertically. Each list item occupies most of the screen and I debugged that the touches causing this behavior have a dx > dy, so the ScrollView should handle them, as far as I am concerned.Did anyone ever spotted a similar behavior?
So far, I tried manipulating the FlashList's
scrollEnabled
property usingonTouch*
handlers and usingevent.stopPropagation()
inside the ScrollView'sonTouch*
handlers, but none of these actually worked to solve the problem.Beta Was this translation helpful? Give feedback.
All reactions