erste
erste copied to clipboard
[WIP] Implement MouseGestureHandler
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 usetouchend
event instead oftap
. 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'stouchend
event totap
. It does work but, it also clicks the item underneath it. For example, inerste-demo
, if you clickShows
with a mouse, it will also click a movie. I'm suspecting this is some sort of an event-bubbling issue.