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

Show keyboard if autocomplete = true #29

Closed
lnfn opened this issue Feb 21, 2017 · 2 comments
Closed

Show keyboard if autocomplete = true #29

lnfn opened this issue Feb 21, 2017 · 2 comments

Comments

@lnfn
Copy link

lnfn commented Feb 21, 2017

After clicking on the field with autosubstitution not caused by the keyboard. Only after the second click on the field.

@taflanidi
Copy link
Collaborator

Hey @lnfn may I ask you to provide a part of your project where this issue is reproduced?
I also didn't quite get the statement "not caused by the keyboard". Do you mean you're setting the focus programmatically?

@lnfn
Copy link
Author

lnfn commented Mar 3, 2017

After first clicking on the input field, the keyboard is not displayed. Only after the second.

final MaskedTextChangedListener listener = new MaskedTextChangedListener( "{+7} ([000]) [000]-[00]-[00]", true, editText, null, valueListener ); editText.addTextChangedListener(listener); editText.setOnFocusChangeListener(listener);

@lnfn lnfn closed this as completed Mar 23, 2017
@lnfn lnfn reopened this Mar 23, 2017
@lnfn lnfn closed this as completed Mar 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants