Show Decimal Keyboard in HTML5 iOS 7 / iOS 8
https://github.com/mrchandoo/cordova-plugin-decimal-keyboard
Lets you configure the decimal character(instead of .
you can change to ,
)
Checkout inputmode="decimal"
starting on iOS 12.2
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode
https://caniuse.com/#feat=input-inputmode
This works for iPhone and Android:
<input type="text" inputmode="decimal">
Results in this keypad with iPhone 10:
And with Android: