Show soft keyboard when Activity starts

前端 未结 10 576
梦毁少年i
梦毁少年i 2020-12-13 08:28

I have 2 activities, A and B. When A starts, it checks for a condition and if true, it calls startActivityForResult() to start B. B only takes text input so it

10条回答
  •  旧巷少年郎
    2020-12-13 08:54

    For me worked only this solutions: add in manifest for that activity:

    android:windowSoftInputMode="stateVisible|adjustPan"
    

提交回复
热议问题