masked input plugin is not working in android for phone and date format
I am using masked input plugin for my mobile apps to display phone format like this: (714) 323-4564. It works fine in IOs, but in Android is not working correctly. is that the android device or masked input problem. $('#phone').mask("(999) 999-9999"); $('#myDate').mask("99/99/9999");