Skip to content
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

[TIMOB-19924]: iOS "onclick" event is not triggered in the WebView if you are listening to multiple "click" events #8913

Merged
merged 2 commits into from Apr 12, 2017

Conversation

vijaysingh-axway
Copy link
Contributor

… you are listening to multiple "click" events
if (doubleTapRecognizer != nil) {
[singleTapRecognizer requireGestureRecognizerToFail:doubleTapRecognizer];
}
}
singleTapRecognizer.delegate = self;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Indentation here and all other places where you assign this delegate incorrect, please adjust.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@hansemannn
Copy link
Collaborator

hansemannn commented Apr 11, 2017

Backport: #8956

@htbryant94 htbryant94 self-requested a review April 12, 2017 14:21
Copy link

@htbryant94 htbryant94 left a comment

Choose a reason for hiding this comment

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

Approved! "onclick" event now triggers correctly with multiple click events present. Tested for the added event types implemented from UIGestureRecognizer.
iOS10.2.11 & iOS9.3

@htbryant94 htbryant94 merged commit 5f7c09a into tidev:master Apr 12, 2017
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.

None yet

3 participants