Files
NativeScript/nativescript-core
Sam Donald 8dbb623944 fix: update tap event data (#8415)
* Update tap event data object

Adds a:

- TabGestureEventData interface, which can be used for both tap and doubleTap events.

- The event object returned by both tap and doubleTap events now have getX(), getY(), and getPointersCount() methods. These facilitate the same function as those of the touch event object.

* ui(gesture): getX,getY in DIP

Updates the getX() and getY() methods of Tap, doubleTap and touch events to return DIP instead of DP.

* ui(gesture): tap event data includes location

Tap and doubleTap event data now include getX and getY methods for event location. These are in DIP format.

getPointerCount is also available.

* Fix tslint errors

* fix minor formatting issues for api-extrector
2020-03-19 12:51:23 +02:00
..
2019-10-17 00:45:33 +03:00
2019-10-17 00:45:33 +03:00
2019-10-17 00:45:33 +03:00
2020-03-09 01:12:54 +01:00
2019-10-17 00:45:33 +03:00
2019-10-17 00:45:33 +03:00
2019-10-17 00:45:33 +03:00
2019-10-17 00:45:33 +03:00
2019-10-17 00:45:33 +03:00
2019-10-17 00:45:33 +03:00
2020-03-19 12:51:23 +02:00
2020-02-21 08:43:49 +02:00
2019-10-17 00:45:33 +03:00
2020-03-18 16:46:09 +02:00
2019-10-17 00:45:33 +03:00
2019-10-17 00:45:33 +03:00