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

Disabled pan consumes drag gesture #78

Closed
nil2l opened this issue Jan 16, 2019 · 4 comments · Fixed by #79
Closed

Disabled pan consumes drag gesture #78

nil2l opened this issue Jan 16, 2019 · 4 comments · Fixed by #79
Labels

Comments

@nil2l
Copy link
Contributor

nil2l commented Jan 16, 2019

Even if both pan are disabled ZoomEngine still consumes drag event (single pointer) though doesn't use it. So children can't get it to detect drag gesture as they receive ACTION_CANCEL because of onInterceptTouchEvent returning true.

nil2l pushed a commit to nil2l/ZoomLayout that referenced this issue Jan 16, 2019
@markusressel
Copy link
Collaborator

markusressel commented Jan 16, 2019

Thx for your interest! Looks good 👍
Can you create a PR for this?

@markusressel
Copy link
Collaborator

Ah you already did 😄 thx!

@nil2l
Copy link
Contributor Author

nil2l commented Jan 17, 2019

Yes, I thought github will bind them automatically as branch name and commit comment have #78 ref.

@markusressel
Copy link
Collaborator

You have to reference it in the PR description, then it will work 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants