-
Notifications
You must be signed in to change notification settings - Fork 0
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
Touch interactions #118
Conversation
There was a problem hiding this 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:
-
How do we now differentiate between
hover
(I'm guessing this istouchover
) andclick
(touchdown
) in touch interactions? Or do we think about them a different way in this refactor? -
How was the issue with
mouseup/mouseover
ortouchend/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.
Fixes #109, #94, #86
TODO: #117