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

Support for touch gestures on web/GestureView by creating a common base component #1167

Merged
merged 3 commits into from
Nov 30, 2019

Conversation

deregtd
Copy link
Collaborator

@deregtd deregtd commented Nov 30, 2019

…to a straight common/GestureView abstract base component, and changed much of the logic away from using raw events as inputs and into the processed RX GestureState types. Pulled a bunch of the duplicate logic out of web/GestureView and used the new base class. Added touchstart/move/end support to web/GestureView to now reuse the touch code out of the common GestureView to get web touch support in GestureView!

…to a straight common/GestureView abstract base component, and changed much of the logic away from using raw events as inputs and into the processed RX GestureState types. Pulled a bunch of the duplicate logic out of web/GestureView and used the new base class. Added touchstart/move/end support to web/GestureView to now reuse the touch code out of the common GestureView to get web touch support in GestureView!
@deregtd deregtd merged commit 46e0610 into master Nov 30, 2019
@deregtd deregtd deleted the deregtd/webgestures branch November 30, 2019 08:51
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