I have a mobile website and it has some HTML input elements in it, like this:
input
inputmode according to WHATWG spec is the the default method.
inputmode
For iOS devices adding pattern could also help.
pattern
For backward compatibility use type as well since Chrome use these as of version 66.
type