dhis2 / dhis2-android-trackercapture

DHIS 2 Tracker Capture application for Android
Other
14 stars 28 forks source link

Disappearing top menu when on-screen keyboard moves the view #67

Closed oysteinga closed 8 years ago

oysteinga commented 8 years ago

When entering data and clicking an input field at the bottom of the screen, the on-screen keyboard bumps the window up, so the text field is visible as you enter text. This however bumbs the top menu up and out of view as well. The menu is in this case not reachable when scrolling the window with the keyboard visible (differing experience between devices). Hiding the keyboard bumbs the window and the menu bar back down.

Experienced in DataEntryFragment and EnrollmentFragment

The top menu should be visible at all times. Only the main view should be bumped by the keyboard.