Show only number keyboard on Ionic/Cordova app
I resolved with CSS:
<input type="number" style="-webkit-text-security:disc">
Thanks all for help!
2) Numeric input that I have to insert currency mask (left to right). All options that I find runs in text input.
Using http://www.numbox.org you can solve the second issue.
I am using<ion-input type="number" pattern="\d*"></ion-input>
and it is working
android keypad
I resolved with tel:
<input type="tel">