Jquery Mask not working in Ionic In App Browser

0

I have an input type that loads a Jquery mask.

$(element).inputmask('99/9999');

Browser works perfectly, but when I navigate through the App (of IONIC that uses the "InApp Browser"), in some cell phones does not let you enter anything.

Does anyone have any to help?

    
asked by anonymous 30.06.2017 / 19:56

1 answer

0

I was able to solve this problem by removing MaxLength from Input .

    
30.06.2017 / 20:28