Keyboard not shown when i click on edittextview in android?

后端 未结 8 2435
灰色年华
灰色年华 2020-11-27 23:03

When i click on the edittextview then some times keyboard shown or some times keyboard are not shown.

In android 2.1 it show the keyboard when i click on the edittex

8条回答
  •  眼角桃花
    2020-11-27 23:16

    I had this same problem when displaying an EditText in a DialogFragment. Despite the EditText getting focus (i.e., when clicked, it showed the flashing caret), the keyboard did not display.

    My solution was to add a dummy EditText to the uppermost view of my DialogFragment.

    
    

提交回复
热议问题