We are making improvements to the new virtual keyboard, mostly to deal with issues with unicode characters. I’ll make sure we address your other issues.
The virtual keyboard is hidden when any control needing keyboard loses focus.
The edit area does not automatically slide; you get an event (OnVirtualKeyboardShown) with the area of the screen covered and have to move the control into view yourself at the moment.
It looks like you need to use an AutoCompleteTextView for autocompletion (see here: https://developer.android.com/training/keyboard-input/style.html ). You can do something like this yourself with the new keyboard by responding to OnTextChanged to show your own dropdown list.
Hello Cris,
Is there a way to disable the numbers from the keyboard? having a keyboard to have only letters?
Any forecasts for supporting the special characters such as: áàãõóíôéêç ?
Will this feature be available for iOS in the future?
I appreciate your attention in this matter,
Thank you,
Bruno