OnScreen keyboard opens automatically when Activity starts

后端 未结 5 1576
没有蜡笔的小新
没有蜡笔的小新 2020-12-25 10:10

When my Activity with a ScrollView layout and EditTexts starts, the EditTexts get focus and the Android OnScreen keyboard opens.

5条回答
  •  北海茫月
    2020-12-25 10:48

    If you want to do it editing the AndroidManifest:

            
    

    the line android:windowSoftInputMode="stateHidden" is the one that prevents the keyboard focus.

提交回复
热议问题