How to force keyboard with numbers in mobile website in Android

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

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



        
7条回答
  •  悲哀的现实
    2020-11-29 00:00

    input type = number

    When you want to provide a number input, you can use the HTML5 input type="number" attribute value.

    
    

    Here is the keyboard that comes up on iPhone 4:

    iPhone Screenshot of HTML5 input type number Android 2.2 uses this keyboard for type=number:

    Android Screenshot of HTML5 input type number

提交回复
热议问题