Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in Chrome 50.x in Android 5.x or higher devices #1297

Open
ucip3 opened this issue Jun 14, 2016 · 0 comments
Open

Bug in Chrome 50.x in Android 5.x or higher devices #1297

ucip3 opened this issue Jun 14, 2016 · 0 comments
Labels

Comments

@ucip3
Copy link

ucip3 commented Jun 14, 2016

I'm using version 3.x plugin:

<script src="jquery.js"></script>
<script src="inputmask.js"></script>
<script src="inputmask.date.Extensions.js"></script>
<script src="jquery.inputmask.js"></script>

And I make the call as follows:

<script> $("#dateOfBirth").inputmask({ mask: "99/99/9999"}); </script>

This works correctly in all browsers in desktop (IE, FireFox, Chrome), but in Chrome devices running android 5 or higher, clicking between any number and delete to enter another number, the courses, instead of staying in position moves to the end and you have to click again to return to modify another number.

In chrome apple devices with the same browser version, 51.X, this does not happen, it works as expected, you clicking between any number, delete it, and the cursor remains in position, even in native browsers other brands of phones.

The bug is only 5 or higher Android OS with Chrome 51.x; in Android 4.x works fine.

What might be the problem?

@ucip3 ucip3 changed the title Bug in Chrome in Android >= v5 devices Bug in Chrome 5.x in Android 5.x or higher devices Jun 14, 2016
@ucip3 ucip3 changed the title Bug in Chrome 5.x in Android 5.x or higher devices Bug in Chrome 50.x in Android 5.x or higher devices Jun 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants