facebook

Problem with UI elements adjusting with keypad

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #344409 Reply

    davidg
    Member

    I am having a problem when a multiPage widget has some button and images in it that move when the keypad comes up.

    I am using an android phone and I have the images/button anchored to the bottom of the page. When I click on an input towards the top, my phone brings up the alphabet keypad and after 10 seconds the image/buttons move up above the keypad messing up the UI. this appears to be a bug, just wondering how I can fix it.

    Thanks

    #344414 Reply

    Hi davidg,

    This is a known issue on android where the keyboard goofs up the layout of form fields (see 3.1.10 in release notes). We have isolated the problem down to an android issue when there is a scroller on the screen. One approach that may improve the keyboard/layout experience is to eliminate the need to scroll the UI to view all form fields. Here is how to accomplish this:

    1) layout your UI such that all form fields fit on the smallest size display that you anticipate the app running on without needing to scroll the screen
    2) do not enable a vertical scrollbar on the screen with the form fields
    3) when you build a native app set the orientation that does not require scrolling to view the form fields, e.g., portrait

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Problem with UI elements adjusting with keypad

You must be logged in to post in the forum log in