OnScreen keyboard opens automatically when Activity starts

后端 未结 5 1553
没有蜡笔的小新
没有蜡笔的小新 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:39

    You can use below statement also,

    (EditTextName).setInputType(0)

    it will permanently hides default keyboard of perticular Edittext, even on EditText Touch or Click.

提交回复
热议问题