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...
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)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.