0

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

Pradeep CR
  • 517
  • 2
  • 5
  • 14

2 Answers2

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