Skip to content

Conversation

@mikeredbit
Copy link

The HorizontalScrollView's MotionEventActions.Down event was never firing, possibly due to a child element consuming the event. I've added a call to OnMotionEventActionsDown() at the beginning of the Move event's case block that will fire the down event's code only if _motionDown is false. This will ensure that the down event's code gets executed.

@chrisriesgo
Copy link
Owner

chrisriesgo commented May 19, 2017

@mikeredbit - Thanks for contributing back :) Sorry it's been so long for me to respond. Do you happen to remember the use-case that you were running into where this was an issue? The issue wasn't immediately obvious to me, so I'm just trying to learn/understand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants