Commit ebbbb31
fix: Don't trigger action on touchcancel event (#808)
When using the Android Navigation Back Gesture (swipe from side of
screen), tap actions are still triggered even though Android sent a
touchcancel event.
This changes makes it so that a touchcancel event does not trigger
actions.
Fixes #9141 parent 8e34b84 commit ebbbb31
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
182 | 188 | | |
183 | 189 | | |
184 | 190 | | |
| |||
0 commit comments