< input type="number" />
Or use the verification mode that only accepts numbers to fail.
Both of these should open the number keyboard on the iPhone, and open the iPad keyboard, where the numbers (other keys) are displayed
p>
The UIKeyboardTypeNumberPad of the ipad.setting keyboard type displays the numeric keyboard, but the user can switch back to letters, I have to display a numeric keyboard as the keyboard for the text field (it can only use numbers). The keyboard with ipad, only displays numbers ?
Use input type “number”
Or use the verification mode that only accepts numbers.
Both of these should open the number keyboard on the iPhone, and open the iPad keyboard, which shows the numbers (other keys)