Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for touch gestures on web/GestureView by creating a common ba…
…se component (#1167) * Moved most of the logic from the native-common/GestureView control into 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! * Fixing issues on native * PR feedback
- Loading branch information