Android Question keyboard and edittext

dreamworld

Active Member
Licensed User
Longtime User
When an edittext get focus and the keyboard displays, the edittext should automatically moves up to avoid being covered by the keyboard. However, sometimes the edittexts in my app do not move up and are covered by the keyboard. Is it a bug of Android or B4A?
 

edgar_ortiz

Active Member
Licensed User
Longtime User
Far as I know, this is normal behavior when the screen size is small.
Use the "Hint Text" to describe what information should be entered.

Regards

Edgar
 
Upvote 0

dreamworld

Active Member
Licensed User
Longtime User
No, the screen is 3.5 inches in size. The edittext is put on a scroll view. If the activity is created, the edittext can move up when keyboard shows. But it can't move up after the activity resume.
 
Upvote 0

dreamworld

Active Member
Licensed User
Longtime User
No. when my finger touched the edittext, it got focus and the keyboard showed, covering the edittext. Normally, the OS should move the edittext up, letting user see the edittext. However, it did not after the activity resumed.
 
Upvote 0
Top