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-10584] Android: WebView click event is not being fired #2853

Merged
merged 2 commits into from Sep 1, 2012

Conversation

krowley
Copy link
Contributor

@krowley krowley commented Aug 29, 2012

With this change, the call to super.onTouchEvent() gets made regardless of whether the event needs to cause a click to get fired. Both things must happen each time this method is called in order for events not to be dropped.

@pingwang2011
Copy link
Contributor

Please add comments to the code to clarify why we do this change, update the doc and file a parity ticket for iOS.

@krowley
Copy link
Contributor Author

krowley commented Aug 31, 2012

I filed this ticket for IOS parity: https://jira.appcelerator.org/browse/TIMOB-10734

@krowley
Copy link
Contributor Author

krowley commented Aug 31, 2012

Here's the ticket filed for doc issues: https://jira.appcelerator.org/browse/TIDOC-777

@pingwang2011
Copy link
Contributor

Code reviewed and functionally tested. Accepted

pingwang2011 added a commit that referenced this pull request Sep 1, 2012
[TIMOB-10584] Android: WebView click event is not being fired
@pingwang2011 pingwang2011 merged commit f7c44d2 into tidev:master Sep 1, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants