有没有办法选择没有输入[类型]的移动键盘?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了有没有办法选择没有输入[类型]的移动键盘?相关的知识,希望对你有一定的参考价值。

我希望显示不同的键盘,如果输入是一个日期而不是它实际上是<input type="date" />

这可能吗?

答案

答案是肯定的。

对于电子邮件键盘

<input type="email" name="email" />

enter image description here

-

对于URL

<input type="url" name="url">

enter image description here

-

电话

<input type="tel" name="tel">

enter image description here

-

数字

<input type="number" name="number">

enter image description here

-

约会时间

<input type="date" name="date">

enter image description here

到目前为止,这些是最常用的。问候。

以上是关于有没有办法选择没有输入[类型]的移动键盘?的主要内容,如果未能解决你的问题,请参考以下文章

软输入键盘隐藏编辑文本

Google Chrome 移动模拟器:如何在屏幕键盘上显示

用vnc怎么没办法使用键盘输入啊,只能使用鼠标和键盘热键

有没有办法关闭代码片段中的命名建议?

触发所有移动设备输入文本的数字键盘[重复]

iPhone 键盘隐藏 UISeachBar