我在ipad.setting键盘类型的情况下,以显示一个数字键盘为键盘用于文本字段(它只能取标记)为UIKeyboardTypeNumberPad显示数字键盘,但用户可以切换回alphabets.Is有任何键盘的ipad刚刚显示的数字?
sid*_*son 10
使用输入类型"数字"
<input type="number" />
Run Code Online (Sandbox Code Playgroud)
或者没有使用只接受数字的验证模式.
<input type="text" pattern="[0-9]*" />
Run Code Online (Sandbox Code Playgroud)
这两个都应该打开iPhone上的数字键盘并打开带有暴露数字的iPad键盘(在其他键之间)
| 归档时间: |
|
| 查看次数: |
9509 次 |
| 最近记录: |