I have an app that needs the numbers 0 to 9 as well as the slash /. I have tried IME SetCustomFIlter but it does not activate the / on the numeric keyboard.
I tried a "0123456789." and it activated the dot, but not the slash /.
What can I do?
B4X:
IME.SetCustomFilter(edtText, edtText.INPUT_TYPE_NUMBERS, "0123456789/")
I tried a "0123456789." and it activated the dot, but not the slash /.
What can I do?