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-11396: Android: Soft keyboard does not show when clicking on TextField #3182

Merged
merged 1 commit into from Oct 11, 2012

Conversation

pingwang2011
Copy link
Contributor

@hieupham007
Copy link
Contributor

CR + FR

Object prop = proxy.getProperty(TiC.PROPERTY_FOCUSABLE);
if (prop != null) {
focusable = TiConvert.toBoolean(prop);
Object focusable = proxy.getProperty(TiC.PROPERTY_FOCUSABLE);
Copy link
Contributor

Choose a reason for hiding this comment

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

what happens if focusable is null. The default should be true.

@hieupham007
Copy link
Contributor

Code reviewed and functionally tested. Request accepted.

hieupham007 added a commit that referenced this pull request Oct 11, 2012
timob-11396: Android: Soft keyboard does not show when clicking on TextField
@hieupham007 hieupham007 merged commit 842c215 into tidev:master Oct 11, 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