Hello,
i'm trying to set the input type of my edittext fields but it won't work
or
No matter what inputType I choose I always get the same keyboard layout
any ideas ?
i'm trying to set the input type of my edittext fields but it won't work
B4X:
editCode.InputType = editCode.INPUT_TYPE_DECIMAL_NUMBERS
or
B4X:
IME1.SetCustomFilter(editCode, editCode.INPUT_TYPE_NUMBERS , "0123456789")
No matter what inputType I choose I always get the same keyboard layout
any ideas ?