Reputation: 93
I was testing my app that has an edit text on my phone and worked fine. However, once I connected to another device which is running android 5.1 I believe, the app is not letting me type anything on the edit text. Is there anyway to fix this?
Upvotes: 0
Views: 69
Reputation: 5890
Check to see that you have a reasonable value in your Manifest for the activity android:windowSoftInputMode. For instance try stateVisible
.
Upvotes: 1