-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Android 2.3.2 and earlier issue #135
Comments
Hi @nextcaller this is a known issue (#102 #63). Its a problem with how android older versions fires those events. I'm not putting all my energy/attention on fixing this problem because I think this is an issue that might be gone as long as mobile devices evolve. The default Android 2.3.x browsers it's like the IE6 of mobile browsers. It's just a matter of time to this issue be gone for good. |
@nextcaller do you know an % of how many android users actually use android 2.3.x? |
I just figured that 81% percent of android's users are using android 4.0.0+. Just 19% are using 2.3 or older. |
@nextcaller I think that in about one year or so this issue might be gone for good ;-) |
The same issue occurs on HTC oneX android 4.0.2 native browser. |
Same problem with v.1.5.7? |
On Android HTC one it got fixed by applying "-webkit-user-modify:read-write-plaintext-only", But on Android 2.3.6 it occurs the same problem with an updated v.1.5.7 |
My main goal is not Android 2.x. I'm trying to fix the issue with Android 4.x. Give me a few more days. |
Ok I will wait for the fix on Android 2.x |
any solution? |
Sorry, i don't offer decision to solve the problem, but i want to offer just close the issues as "won't fix" because http://caniuse.com/usage_table.php as we can see android 2.3 has very small part < 0.5% |
@Areks I'm starting to think that there is no fix to this problem. It's a browser issue and there is not much to do in this case... but... I'm always open to suggestions. I want to fix it... I just don't know how. |
ola Igor verifiquei outro problema nas mascaras elas estão dando problemas quando são editados os campos no sistema android alguma ideia do que seja |
@clezeraragon Não faço ideia. Eu não tenho Android... fica difícil testar/debugar em cima desta plataforma. |
This bug still remains :( |
Can you detail the exact bug and step by step to recreate? I will open a On Fri, Aug 28, 2015 at 2:01 PM, ThiagoDosSantos notifications@github.com
|
As you said, plugin sets cursor before the digit when using mask. Actually, the bug is not from the plugin itself, it's from android mobile. A workaround for this is to change the input type to "tel". It solved my problem when dealing with number masks, like date, money, etc. |
I'm working with credit card number inputs, and changing the input type to 'tel' solved the cursor issue for me too. |
Anyone if the issue could validate the latest version? Maybe the use of the input event could help. |
the same issue occurs on Galaxy Note 3 - Android 5 - Google Chrome. |
This bug also appears on modern UCWeb browsers |
The force is with you guys. I don´t even have an Android to try to fix it. Any help would be appreciated. |
I made a small change to my need: `/**
/* jshint laxbreak: true / 'use strict'; // UMD (Universal Module Definition) patterns for JavaScript modules that work everywhere.
}(function ($) {
})); |
@lucianoprevedello Thanks! It worked here... |
Can you guys give this a try and let me know? |
Guys... lets all talk into the PR #464. I'm going to close this so we can organize this talk in only one thread. |
@lucianoprevedello Thanks, worked here too :) |
@joaomelont could you test this version, please? |
@DieguitoBueno @joaomelont be careful. this batch works only on the scenario when the user keeps type without erasing nothing on the middle. If you type something and then go to the middle of the text and change something things will get messy... I really need an Android in which I could reproduce this... It's really hard to debug this without having the device. |
Guys, I believe this is now fixed. Please, upgrade your jQuery Mask Plugin. |
Noticed on US-phone mask input. Plugin sets cursor before the digit on inserting special symbols like '(', ')' or '-'.
The text was updated successfully, but these errors were encountered: