plentz / jquery-maskmoney

jQuery plugin to mask data entry in the input text in the form of money (currency).

Home Page:https://plentz.github.io/jquery-maskmoney/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin behaving weirdly on Android devices

khalidHussain opened this issue · comments

hi, we are using this plugin in our project, but we came across this issue that it allows user to enter number as well as alphabets and special characters, it does work on all other devices except for android devices

i even tried this http://plentz.github.io/jquery-maskmoney/ on android device its broken for android.

any idea on how to make it work for android? or any alternative library would be helpful as well.
image

We're having this issue as well. For us it's happening on an Android tablet using Google Chrome mobile and I think it's to do with this. Apparently the keypress event does not trigger in Chrome Mobile which is probably what maskmoney is using to mask the input.

That is a solution on #203, but I am moving to https://github.com/vanilla-masker/vanilla-masker.

Ps: #235 is related.