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

[WIP] Implement MouseGestureHandler #42

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

Conversation

ilyasakin
Copy link
Contributor

I consider this main implementation to be somewhat finished and ready to be reviewed.

There are still some issues that need tracking and need to be addressed in this PR -which I plan to address in couple of days-:

  • In the tab-view component we use touchend event instead of tap. Which is not compatible with this implementation. But, mobile will still work. Not sure if this is a breaking change.
  • If you change tab-view component's touchend event to tap. It does work but, it also clicks the item underneath it. For example, in erste-demo, if you click Shows with a mouse, it will also click a movie. I'm suspecting this is some sort of an event-bubbling issue.

@ilyasakin ilyasakin marked this pull request as draft January 11, 2023 06:57
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.

1 participant