Playing with mobile css adaptation and wonder if it is possible to set input keypad on mobile devices to standard keypad in lower mode?
<input type="number"> -> sets to numeric keypad
<input type="text"> -> sets to standard keypad
Possible with CSS or JS?
Regards