I'd like to have a phone-like soft-keyboard that allows to input ONLY numbers.
I can achieve the "only numbers" thing with inputType="number" (where the soft-keyboard is as default but allows only numbers as input) and the phone-like style with inputType="phone". But when put together like number|phone even if the style is the phone-like one, the soft-keyboard allows for symbols other than numbers.
I want the phone-like style since number buttons are BIGGER and easier to press and I only need to input numbers.
Any suggestions apart from creating a custom keyboard?