softkeyboard

  1. Martin Larsen

    Android Question Virtual Keyboard hides input fields in webview

    I have a problem with the soft keyboard hiding input fields in webviews. I have tried the solution in this post but it works "too well" so to speak. It always pushes the webview up, thus hiding fields in the top that would not normally be covered by the keyboard. I have attached an example...
  2. R

    Android Question softkeyboard Done or Next

    Have a panel with a few EditText views and one AutoCompleteEditText. They all have the ime.HandleActionEvent: ime.AddHandleActionEvent(edtID) ime.AddHandleActionEvent(edtFirstname) ime.AddHandleActionEvent(edtSurname) ime.AddHandleActionEvent(edtStreet)...
Top