how to block virtual keyboard while clicking on edittext in android?

后端 未结 5 624
伪装坚强ぢ
伪装坚强ぢ 2020-11-29 03:58

How to block virtual keyboard while clicking on edittext in android

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 04:41

    Another simpler way is adding android:focusableInTouchMode="false" line to your EditText's xml. Hope this helps.

提交回复
热议问题