I have a strange problem.
The EditText field of my app works just fine in the emulator (set for Android 4.0) and actual device (running Android 2.2). I can input the whole text (a word) into Edittext, save the text, and then the soft keyboard disappears as it should do.
However, when the app runs on an actual device running Android 4.0, I can input only one character into EditText before the soft keyboard totally disappears. To go on, I have to touch EditText, and the soft keyboard re-appears and disappears after one character input, again and again.
Can anyone explain to me what's wrong? What do I need to include in my code to deal with this matter?
Thank you very much.