Why does maxLength not work on Samsung keyboard?

Why does maxLength not work on Samsung keyboard?

The issue is not specific to Android but is to Android keyboards. maxlength works on google keyboard.maxlength does not work on Samsung keyboard. => see https://github.com/ionic-team/ionic/issues/11578#issuecomment-323403990 I’ve noticed this issue on a couple of projects.

Do you need to set app Counter maxLength on Android?

DO NOT set app:counterMaxLength on TextInputLayout because it will conflict with android:maxLength resulting into the issue of invisible chars after the text hits the size limit. Not the answer you’re looking for? Browse other questions tagged android android-edittext or ask your own question.

Why does maxLength not work on HTC One M7?

I got a simple input field which has a maxlength=”2″ attribute. The code looks like this below: It works fine on most Android devices. However, on the HTC One M7, it does not work. On this device, it just allows me to enter as many characters as I want. Any suggestion? I think it should be a device specific issue so far. Thanks in advance.

Why does gridzzle not respect maxLength limit?

@Gridzzle maxLengthEnforced is by default set to true so it doesn’t change anything. @Gridzzle maxLengthEnforced is by default set to true so it doesn’t change anything. This is designed.

Are there any Android devices still on Jelly Bean?

Although the overwhelming majority of Android devices run on KitKat or later, there are still plenty of devices on Jelly Bean. According to the most recent Android distribution numbers, 3.2 percent of Android devices are still on a version of Jelly Bean.

Is the Google Chrome browser still compatible with Jelly Bean?

Possibly in the near future, Google Chrome will no longer support devices running Android Jelly Bean. Update: A previous version of this article claimed Android devices running Jelly Bean would no longer be able to use Google’s Chrome browser, which is false. We regret the error and have updated this article.

The issue is not specific to Android but is to Android keyboards. maxlength works on google keyboard.maxlength does not work on Samsung keyboard. => see https://github.com/ionic-team/ionic/issues/11578#issuecomment-323403990 I’ve noticed this issue on a couple of projects.

I got a simple input field which has a maxlength=”2″ attribute. The code looks like this below: It works fine on most Android devices. However, on the HTC One M7, it does not work. On this device, it just allows me to enter as many characters as I want. Any suggestion? I think it should be a device specific issue so far. Thanks in advance.