W wdegler Active Member Licensed User Longtime User May 11, 2016 #1 There is a virtual keyboard which shows on my device when I press the SYM key. This particular keyboard has the needed digits, "-", ">", "<" and ".". None of the following show this SYM keyboard: EditText1.INPUT_TYPE_NONE, EditText1.INPUT_TYPE_NUMBERS, EditText1.INPUT_TYPE_DECIMAL_NUMBERS, EditText1.INPUT_TYPE_PHONE, EditText1.INPUT_TYPE_TEXT. What code does show this keyboard? Any help will be appreciated.
There is a virtual keyboard which shows on my device when I press the SYM key. This particular keyboard has the needed digits, "-", ">", "<" and ".". None of the following show this SYM keyboard: EditText1.INPUT_TYPE_NONE, EditText1.INPUT_TYPE_NUMBERS, EditText1.INPUT_TYPE_DECIMAL_NUMBERS, EditText1.INPUT_TYPE_PHONE, EditText1.INPUT_TYPE_TEXT. What code does show this keyboard? Any help will be appreciated.
Erel B4X founder Staff member Licensed User Longtime User May 12, 2016 #2 There is no such input type in Android. You can create a custom keypad with the symbols and use that instead: https://www.b4x.com/android/forum/threads/customview-numpad.64191/#content Upvote 0
There is no such input type in Android. You can create a custom keypad with the symbols and use that instead: https://www.b4x.com/android/forum/threads/customview-numpad.64191/#content
W wdegler Active Member Licensed User Longtime User May 13, 2016 #3 Erel said: There is no such input type in Android. You can create a custom keypad with the symbols and use that instead: https://www.b4x.com/android/forum/threads/customview-numpad.64191/#content Click to expand... Thanks for the information, Erel. Upvote 0
Erel said: There is no such input type in Android. You can create a custom keypad with the symbols and use that instead: https://www.b4x.com/android/forum/threads/customview-numpad.64191/#content Click to expand... Thanks for the information, Erel.