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

Keyboard not showing for the first EditText #6

Closed
younisshah opened this issue Jul 25, 2016 · 2 comments
Closed

Keyboard not showing for the first EditText #6

younisshah opened this issue Jul 25, 2016 · 2 comments

Comments

@younisshah
Copy link

I am running Android N on Google Nexus 5X. I've created an Activity with few UI controls like EditText(s), Spinner and so on. Whenever I start the Activity the soft keyboard isn't shown for the first EditText but for the other EditText(s) and Spinners. It's working fine. I tried to programmatically open the soft keyboard in
onStepOpening(int) but it doesn't work.

@ernestoyaquello
Copy link
Owner

ernestoyaquello commented Jul 26, 2016

Unfortunately, the current implementation hides the keyboard by default. But as soon as I have time to work on it, I will add an option that will allow you to decide whether or not the keyboard is going to be hidden :)

@ernestoyaquello
Copy link
Owner

ernestoyaquello commented Jul 28, 2016

In the last version of the library (0.9.9), the method of the builder called hideKeyboard(boolean) allows you to decide whether or not the software keyboard should be hidden when the steps are open. Therefore, you won't have this problem anymore!

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

No branches or pull requests

2 participants