Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: add longPress state argument w/ UILongPressGestureRecognizer (iOS) #8224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 6, 2020

Conversation

NickIliev
Copy link
Contributor

PR Checklist

What is the current behavior?

No state for longPress on iOS which leads to this

What is the new behavior?

Adding a state argument for the iOS long press event. Android doesn't support states so it would always return state = 1 (began) when longPress is triggered.

Fixes/Implements/Closes #[Issue Number].

Related to #3573 (comment)

Copy link
Contributor

@vakrilov vakrilov left a comment

Choose a reason for hiding this comment

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

LGTM!

@dtopuzov dtopuzov merged commit a8cce27 into master Jan 6, 2020
@vtrifonov vtrifonov deleted the niliev/long-press branch January 7, 2020 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants