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:
- update masked-input @ least version 1.4
- add
type="tel"
input, trigger phone keypad - remove input's
maxlength
attribute or set value not interfere caret action,20
.
Comments
Post a Comment