I would like to have following: - number keyboard should be displayed first - but it should be possible to change to text keyboard and to type some letters.
I've asked almost the same question and accepted an answer. InputType of EditText in Android
But now I found some strange behaviour, setting InputType to Number: it is possible to change keyboard to text type, but it's impossible to type some text.
Any Ideas, why does it happen_
Does anybody know how to use TYPE_MASK_CLASS as input type?
Thank you