Android: softkeyboard not showing up

前端 未结 5 499
灰色年华
灰色年华 2021-01-18 17:16

I have 2 EditTexts in the MainActivity Layout. If i run the application normally the 1st EditText gets focused but the softkeyboard is not openned.

but when i used t

5条回答
  •  孤独总比滥情好
    2021-01-18 17:56

    Try specifying the android:windowSoftInputMode attribute in your AndroidManifest.xml file for your activity.

    For example:

    
    

    You probably don't need any of the code that uses InputMethodManager in your Activity.

提交回复
热议问题