码迷,mamicode.com
首页 > Web开发 > 详细

html5 input的type属性启动数字输入法

时间:2014-08-04 13:26:27      阅读:335      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   color   os   strong   for   

当文本框只能输入数字是一个很常见的需求,比如电话号码,身份证号,卡号, 数量....等等只允许数字输入,为了更好的用户体验性,直接写出 启动数字键盘的需求,我和大多数人一样用   this.style.imeMode=‘disabled‘

imeMode有四种形式,分别是:

active 代表输入法为中文
inactive 代表输入法为英文
auto 代表打开输入法 (默认)
disable 代表关闭输入法

 

发现在Android手机上是不行的。

解决办法:html5里的 input 的type属性可设置为 number 既是<input type=" number" />

来源:http://www.cnblogs.com/web-ed2/archive/2011/11/22/2259467.html

html5 input的type属性启动数字输入法,布布扣,bubuko.com

html5 input的type属性启动数字输入法

标签:android   style   blog   http   color   os   strong   for   

原文地址:http://www.cnblogs.com/ylong52/p/3889566.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
分享档案
周排行
mamicode.com排行更多图片
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!