Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed an issue on android where carousel would snap to a page prematurly #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

2 participants