You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RCTScrollView] Make ScrollView detect taps on sticky headers #1415 had an unintentional side affect that prevents gestures from being passed to the appropriate parents of a sticky headers.
Prior to #1415, the header would work as expected, but suffered from not being able to receive touches once docked.
Example:
A sticky header with a horizontal scroll view that contains TouchableHighlights. Note how you can still achieve a tap on the items in the scroll view but scrolling does not work.
shayne
changed the title
[RCTScrollView] [Regression] Sticky Headers do not handle gestures properly
[RCTScrollView] Sticky Headers do not handle gestures properly
Jun 1, 2015
brentvatne
changed the title
[RCTScrollView] Sticky Headers do not handle gestures properly
[ScrollView] Sticky Headers do not handle gestures properly
Jun 1, 2015
[RCTScrollView] Make ScrollView detect taps on sticky headers #1415 had an unintentional side affect that prevents gestures from being passed to the appropriate parents of a sticky headers.
Prior to #1415, the header would work as expected, but suffered from not being able to receive touches once docked.
Example:
A sticky header with a horizontal scroll view that contains TouchableHighlights. Note how you can still achieve a tap on the items in the scroll view but scrolling does not work.
The text was updated successfully, but these errors were encountered: