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?
Asked
Active
Viewed 55 times
2 Answers
1
Check to see that you have a reasonable value in your Manifest for the activity android:windowSoftInputMode. For instance try stateVisible
.

Victory
- 5,811
- 2
- 26
- 45