I want to use HTML input type=\"number\" on a mobile application, in order to indicate to the smarter mobile phones (Android, iPhone and some others), that the numeric keybo
Not sure if this helps, but try to add these lines to the input css
input
-webkit-box-sizing: border-box; box-sizing: border-box;