How to force keyboard with numbers in mobile website in Android

前端 未结 7 1546
南旧
南旧 2020-11-28 23:31

I have a mobile website and it has some HTML input elements in it, like this:



        
7条回答
  •  -上瘾入骨i
    2020-11-29 00:12

    inputmode according to WHATWG spec is the the default method.

    For iOS devices adding pattern could also help.

    For backward compatibility use type as well since Chrome use these as of version 66.

    
    

提交回复
热议问题