I am developing an android phonegap app. i created a popup using HTML, which contains two edit fields for "username" and "password". when these fields receives focus, the soft keyboard appears and hides immediately. Can anybody say why it behaves like this. Thanks in advance
Asked
Active
Viewed 1,087 times
0
-
Can't you post your little code snippet of what have you done so far?? – YuDroid Sep 12 '12 at 13:29
2 Answers
0
it must be losing focus right after too for some other reason I would suspect.

MistereeDevlord
- 876
- 7
- 10
0
Try to add android:windowSoftInputMode="adjustResize"
on your Android manifest file.That worked for me.
It's a late answer but will be helpful for someone else.

Anand
- 5,323
- 5
- 44
- 58