jquery - masked input not working in android mobiles? -


i using digitalbush masked input jquery plugin. working fine in web browsers , iphone browser perfectly, not working android mobile devices.

my issue : mask in input field _ - _ - ___.

when type numbers 12345685555___--

example: http://rossbender.com/temp/mask.html

any suggestions? how can solve this?

thanks prasad.

i resolved issue 3 actions, have fixed android 4.0+ phones:

  1. update masked-input @ least version 1.4
  2. add type="tel" input, trigger phone keypad
  3. remove input's maxlength attribute or set value not interfere caret action, 20.

Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -