Android Question Preferences Dialog Remove Keyboard

Startup

Active Member
Licensed User
Longtime User
The first item on my form (text) requires the keyboard, subsequent items (short options, time, etc.) do not. I would like the keyboard to disappear after the first item is entered so the full screen will be visible showing all the subsequent items which fill the screen. Pressing the done key after the first item is entered removes the keyboard but the user is not likely to do this. The user is more likely to click the "OK" button and miss the other times. Is there a way to trigger the closing of the keyboard say with the entering of a subsequent (non-text) item?
 

Startup

Active Member
Licensed User
Longtime User
No event is raised in that case. A possible workaround is to change the fields order.
What are the types of the other fields?

Actually the "OK" that I thought was being clicked before the rest of the form is visible doesn't show until "Done" is clicked which removes the keyboard. So my question was wrong. Sorry, but thanks Erel for your answer which confirmed my understanding.
 
Upvote 0
Top