0

Possible Duplicate:
Android soft keyboard covers edittext field

My Rhomobile application successfully running in Android Samsung Tablet emulator. I am having issue in showing keypad in Rhomobile application when the form has more than 2 input fields. The keypad hides the text field entirely in device. How can i move up the text field from key pad so that it will be visible for all fields.

Community
  • 1
  • 1
Raji
  • 845
  • 1
  • 14
  • 22
  • [Related SO-question](http://stackoverflow.com/questions/3295672/android-soft-keyboard-covers-edittext-field) – keyser May 14 '12 at 10:34

1 Answers1

0

are you using android:configChanges="keyboardHidden|orientation" in your manifest?

Bob
  • 22,810
  • 38
  • 143
  • 225