Commit 46e0610
authored
Support for touch gestures on web/GestureView by creating a common base 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 feedback1 parent 8d82ebf commit 46e0610
File tree
10 files changed
+840
-844
lines changed- src
- android
- common
- utils
- ios
- macos
- native-common
- utils
- web
- windows
10 files changed
+840
-844
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments