|
1 | 1 | <StackLayout orientation="vertical"> |
2 | | - <!-- >> ng-tap-gesture-html --> |
| 2 | + <!-- >> ng-tap-gesture --> |
3 | 3 | <Label text="Tap here" (tap)="onTap($event)"></Label> |
4 | | - <!-- << ng-tap-gesture-html --> |
| 4 | + <!-- << ng-tap-gesture --> |
5 | 5 |
|
6 | | - <!-- >> ng-double-tap-gesture-html --> |
| 6 | + <!-- >> ng-double-tap-gesture --> |
7 | 7 | <Label text="Double tap here" (doubleTap)="onDoubleTap($event)"></Label> |
8 | | - <!-- << ng-double-tap-gesture-html --> |
| 8 | + <!-- << ng-double-tap-gesture --> |
9 | 9 |
|
10 | | - <!-- >> ng-long-press-gesture-html --> |
| 10 | + <!-- >> ng-long-press-gesture --> |
11 | 11 | <Label text="Long press here" (longPress)="onLongPress($event)"></Label> |
12 | | - <!-- << ng-long-press-gesture-html --> |
| 12 | + <!-- << ng-long-press-gesture --> |
13 | 13 |
|
14 | | - <!-- >> ng-swipe-gesture-html --> |
| 14 | + <!-- >> ng-swipe-gesture --> |
15 | 15 | <Label text="Swipe here" (swipe)="onSwipe($event)"></Label> |
16 | | - <!-- << ng-swipe-gesture-html --> |
| 16 | + <!-- << ng-swipe-gesture --> |
17 | 17 |
|
18 | | - <!-- >> ng-pan-gesture-html --> |
| 18 | + <!-- >> ng-pan-gesture --> |
19 | 19 | <Label text="Pan here" (pan)="onPan($event)"></Label> |
20 | | - <!-- << ng-pan-gesture-html --> |
| 20 | + <!-- << ng-pan-gesture --> |
21 | 21 |
|
22 | | - <!-- >> ng-pinch-gesture-html --> |
| 22 | + <!-- >> ng-pinch-gesture --> |
23 | 23 | <Label text="Pinch here" (pinch)="onPinch($event)"></Label> |
24 | | - <!-- << ng-pinch-gesture-html --> |
| 24 | + <!-- << ng-pinch-gesture --> |
25 | 25 |
|
26 | | - <!-- >> ng-rotate-gesture-html --> |
| 26 | + <!-- >> ng-rotate-gesture --> |
27 | 27 | <Label text="Rotate here" (rotation)="onRotate($event)"></Label> |
28 | | - <!-- << ng-rotate-gesture-html --> |
| 28 | + <!-- << ng-rotate-gesture --> |
29 | 29 |
|
30 | | - <!-- >> ng-touch-gesture-html --> |
| 30 | + <!-- >> ng-touch-gesture --> |
31 | 31 | <Label text="Touch here" (touch)="onTouch($event)"></Label> |
32 | | - <!-- << ng-touch-gesture-html --> |
| 32 | + <!-- << ng-touch-gesture --> |
33 | 33 | </StackLayout> |
0 commit comments