I represent the user on one device with a large number, for example:
123 879 233 223 211 782 782
The numbers are presented in pieces of three , which is visible.
Now the user must enter these numbers on another device.
I would like to introduce them the way he / she prints them.
So, I CURRENT has
input type=number pattern='\d*'
I would like this to be basically (pseudo):
type=text keyboard=numbers pattern='[0-9]{3}[0-9]{3} ...'
A type number is useful on mobile devices because it displays a number keypad , which in this case is more relevant and user friendly.
1) Is there a way to get a keyboard of numbers for the standard input type = text ?
2) , , ?
3) , , W3C - ? , = , , , , , = .