Make keyboard visible

Including requestFocus tag in the XML is supposed to work but doesn’t for me. It can be done programmatically but the simple answer for me was to include the following in the activity’s manifest.

android:windowSoftInputMode=“stateVisible”

 

This entry was posted in Android. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *