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

Touch interactions #118

Merged
merged 167 commits into from
Jan 18, 2020
Merged

Touch interactions #118

merged 167 commits into from
Jan 18, 2020

Conversation

luucvanderzee
Copy link
Collaborator

Fixes #109, #94, #86

  • Implemented all touch interactions on Marks and Layers
  • Implemented all touch interactions on Section
  • Implemented pinch
  • Fixed wrong zoom behavior

TODO: #117

Copy link
Contributor

@bianchi-dy bianchi-dy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think everything looks pretty good. Just have some questions about:

  1. How do we now differentiate between hover (I'm guessing this is touchover) and click(touchdown) in touch interactions? Or do we think about them a different way in this refactor?

  2. How was the issue with mouseup/mouseover or touchend/touchover performing callbacks in the incorrect order resolved? This was when both were enabled on a mark; sometimes a mouseover callback would be triggered even after the mouseup event.

@atepoorthuis atepoorthuis merged commit 4130394 into master Jan 18, 2020
@atepoorthuis atepoorthuis deleted the touch-interactions branch January 18, 2020 13:42
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.

[Interactivity] Mobile test cases
3 participants