-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Problems when writing in android #58
Comments
For me works well in Android 4.4.2 but in Android 4.3 has the same problem. |
Any workaround? |
The same problem here in Chrome on Android 6.0. Damn, I need to fix it asap :/ |
The issue is: after fourth character - cursor is jumping to third position |
Same problem over here. I did not find any solution on the internet, even though I searched exhaustively. |
I am getting this issue in ... However it is working fine in |
I'm having the same issue here in the Android 5.1 Moto X. |
Also having this issue with a Moto G, Android 5.1 |
check the issue #127 |
In all browsers in android devices the keyboard cursor is in the wrong position in fields that have a mask closes candreoliveira#32 candreoliveira#58 candreoliveira#127
If anyone needs the fix asap and can't wait for #136 be merged, its possible to install the dependency directly from the commit. But this should be only a temp fix. This should work both in npm and bower:
|
@mathportillo I tried installing the plugin using that branch of ngmask, and it didn't work. I had to add the code after line 142 as per this comment. After I did that it worked perfectly on Android 7.0. |
Let me explain. let's say I've written this mask
99/99/9999
. If i write the sequence 1, 2, 3, 4, 5 , 6 etc in this order. The result is this12/45/63
. Because when come the time to put the divisor, the cursor back to back.The text was updated successfully, but these errors were encountered: