I know this is an old question ... but I cannot find the right answer.
I need to call numpad on the iOS device with a comma, the keyboard type is UIKeyboardTypeDecimalPad , you can see it here:

I need to call it using an HTML input element , is this possible?
For reference, here are some old questions without a solution:
question1
question2
question3
EDIT: Nobody seems to understand, the problem is to show this keyboard with an HTML input field , and not with its own code (also, the problem is not a comma or dot ). So the right question should be, is there any html markup that shows this keybaord on iOS?
The project is based on Cordoba.
source share