I create dynamically an EditText.
For the forced inpt type with numbers ill use .setInputType(InputType.TYPE_CLASS_NUMBER);
Now I want only the prefered input type is numbers, but characters are allowed. The keyboard popup should first show the numberpad. Is that possible?
thanks