Skip to content

feat(gestures): add tap location getX() and getY() to double tap event data#8338

Merged
dtopuzov merged 8 commits into
NativeScript:masterfrom
MCurran16:doubleTap-location
Mar 11, 2020
Merged

feat(gestures): add tap location getX() and getY() to double tap event data#8338
dtopuzov merged 8 commits into
NativeScript:masterfrom
MCurran16:doubleTap-location

Conversation

@MCurran16

Copy link
Copy Markdown
Contributor

PR Checklist

What is the current behavior?

locationX/locationY are not included in the double tap gesture's event data

What is the new behavior?

locationX/locationY are included in the event data

@cla-bot cla-bot Bot added the cla: yes label Feb 13, 2020

@vakrilov vakrilov left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @MCurran16 - thanks for the PR!

Can you change the locationX and locationY properties to getX() and getY() methods to be consistent with TouchGestureEventData

@MCurran16 MCurran16 requested a review from vakrilov March 6, 2020 16:27
@MCurran16 MCurran16 changed the title feat(gestures): add locationX and locationY to double tap event data feat(gestures): add tap location getX() and getY() to double tap event data Mar 6, 2020
@dtopuzov

Copy link
Copy Markdown
Contributor

test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants