MoneyMask does not work on Device

5

The Jquery plugin does not work on device , would anyone know how to solve this?

The question is this, I looked into why the MoneyMask plugin did not work inside device and found that the plugins they use the Keydown event that returns an object that contains the following element:

event.Keycode

Always returns 0 on Android 4.0+ the plugin does not work.  Would anyone know how to solve it?

    
asked by anonymous 02.02.2015 / 04:00

1 answer

0

I do not know if you can edit the plugin code in question, but if you can, upgrade to keyup or other non-keyboard related event like "change".

    
11.12.2015 / 16:51