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”
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”