Files
NativeScript/apps/app
Luke Curran b8a82f279e feat: cancel contradictory gesture events (#7296)
BREAKING CHANGES:


Old behavior:
 - iOS/Android:
    - double tap: child tap -> parent tap -> child double tap -> parent double tap
    - tap: child tap -> parent tap

New behavior:
 - iOS
    - double tap: child double tap
    - tap: child tap
 - Android
    - double tap: child double tap -> parent double tap
    - tap: child tap -> parent tap

Migration steps:
Move event handlers accordingly.
2019-06-12 15:40:13 +03:00
..
2018-12-18 14:23:27 +02:00
2018-12-18 14:23:27 +02:00
2016-10-25 11:40:53 +03:00
2018-01-19 17:26:01 +02:00