html5 input的type屬性啟動數字IME

來源:互聯網
上載者:User

標籤:android   style   blog   http   color   os   strong   for   

當文字框只能輸入數字是一個很常見的需求,比如電話號碼,社會安全號碼,卡號, 數量....等等只允許數字輸入,為了更好的使用者體驗性,直接寫出 啟動數字鍵台的需求,我和大多數人一樣用   this.style.imeMode=‘disabled‘; 

imeMode有四種形式,分別是:

active 代表IME為中文
inactive 代表IME為英文
auto 代表開啟IME (預設)
disable 代表關閉IME

 

發現在Android手機上是不行的。

解決辦法:html5裡的 input 的type屬性可設定為 number 既是<input type=" number" />

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

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.