I'm creating a mask in a function in jQuery, but Android does not work. On PC and iOS it works normally. I have already made several attempts that were indicated in the forums, but I did not succeed.
The interesting thing that worked before, but after inserting a popup on this screen, the mask stopped working, but there were no changes in the mask. Could you please help?
<script type="text/javascript">
jQuery(document).ready(function ($) {
$(".mascara").mask("99/99/9999");
});
</script>