vecino Well-Known Member Licensed User Longtime User Oct 25, 2013 #1 Hi, is there any way to show what you are typing, although the EditText is hidden under the keyboard? Is it possible to reduce the size of the keyboard? Thanks and regards. Attachments teclado.png 19.1 KB · Views: 336
Hi, is there any way to show what you are typing, although the EditText is hidden under the keyboard? Is it possible to reduce the size of the keyboard? Thanks and regards.
Erel B4X founder Staff member Licensed User Longtime User Oct 27, 2013 #2 See this tutorial: Handle the soft keyboard with the IME library Upvote 0
vecino Well-Known Member Licensed User Longtime User Oct 27, 2013 #3 I was not successful, but it strikes me a question, is it possible that the keyboard appears on the left or right side? regards Upvote 0
I was not successful, but it strikes me a question, is it possible that the keyboard appears on the left or right side? regards
Erel B4X founder Staff member Licensed User Longtime User Oct 28, 2013 #4 No. The keyboard always appears from the bottom. It is also not possible to resize the keyboard. Upvote 0
nfordbscndrd Well-Known Member Licensed User Longtime User Oct 28, 2013 #6 If you need complete control of the size and/or location of a keyboard, you can always create a custom keyboard: http://www.b4x.com/android/forum/threads/custom-keyboard-creator-interface.11631/ Upvote 0
If you need complete control of the size and/or location of a keyboard, you can always create a custom keyboard: http://www.b4x.com/android/forum/threads/custom-keyboard-creator-interface.11631/
vecino Well-Known Member Licensed User Longtime User Oct 28, 2013 #7 Thank you very much, I think how complicated all this! Let's see what I can do with that example. Thanks and regards. Upvote 0
Thank you very much, I think how complicated all this! Let's see what I can do with that example. Thanks and regards.