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

fix for keyboard sometimes not showing up in the Android WebBrowser #1466

Merged
merged 2 commits into from
Apr 27, 2015

Conversation

Firethunder
Copy link
Contributor

this will fix the issue that sometimes keyboard doesn't show up if a text input is selected.

This only occured if the WebBrowser component was initialized before it got focused.
In this case the AndroidPeer is blocking the focusability of its descendents, which includes the WebView.

This should fix the issue #812
And propably the problems described in the threads: https://groups.google.com/forum/?hl=en#!topic/codenameone-discussions/6bnQoaQeSgY
and
https://groups.google.com/forum/?hl=en#!topic/codenameone-discussions/Ni628RJmTOw/aK3EjzPJ8bgJ

@codenameone
Copy link
Collaborator

Chen, can you evaluate this?

chen-fishbein added a commit that referenced this pull request Apr 27, 2015
fix for keyboard sometimes not showing up in the Android WebBrowser
@chen-fishbein chen-fishbein merged commit 3cc5f4b into codenameone:master Apr 27, 2015
@chen-fishbein
Copy link
Collaborator

Seems legit, thanks

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

3 participants