LoginSignup
41
36

More than 5 years have passed since last update.

スマホでソフトウェアキーボードを表示させない。

Last updated at Posted at 2013-09-06

jqueryのdatepickerをスマフォで使っていてキーボードが邪魔だから非表示にしたい!ってことで
inputタグに対してreadonlyをつかって読み込み専用のボックスにしてやることで対応。
これによって値が送れるかつ、スマフォのソフトウェアキーボードを出さないということが可能です。
ただし、入力はjsからしかできなくなります。

参考タグ
<input type="text" name="date" value="0000-00-00" readonly="readonly" />

41
36
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
41
36