Jquery Mask is not working in Ionic’s In App Browser

Asked

Viewed 63 times

0

I have an input type that loads a Jquery mask.

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

Browser works perfectly, but when browsing the App (from IONIC that uses the "Inapp Browser"), in some cell phones do not let you type anything.

Does anyone have anything to help?

1 answer

0


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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.