For client side, I'm using HTML/CSS/JavaScript and using PHP for server side. For input boxes in mobile web, is there any method that I can manipulate mobile keypad?
For example, for the input boxes which takes user phone numbers, I want to open number keypads first on phone screen. Currently, user has to encounter English keypad first (which is default) and then move on to the numbers.
input = "number" is the method, but in my case, iPhone works with this, but Android does not support this.
<input type = "tel">
can be the method.