Reputation: 2821
I have a View that is absolute positioned above a ScrollView:
I want to be able to scroll even though I start my touch inside the top view. I have tried setting onStartShouldSetResponder
and onMoveShouldSetResponder
on the View to false
but it still doesnt allow me to scroll the underlying ScrollView. Any help is appreciated :)
Upvotes: 9
Views: 7104