I have a video inside a scrollview, and the child video player propagates the gesture to the scrollview, which results in some weird behavior. How do I make react-native-video-controls only respond to horizontal gestures, or at least prevent the propagation up to the parent scrollview?
Asked
Active
Viewed 252 times
1
-
have you tried `scrollEnabled={false}` for ScrollView? – Gaurav Roy Jun 03 '22 at 05:59
-
1I need the view to scroll - just not when touching that child component. The scroll of the parent container messes up the seeking with the panhandler in the child. – Joel Hager Jun 03 '22 at 06:20
-
1yeah interesting issue. lemme think about it. – Gaurav Roy Jun 03 '22 at 06:38
-
did you think about it? – jose920405 Sep 17 '22 at 18:33