question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Numerica mask not run in Galaxy S5 + Chrome + Android

See original GitHub issue

The mask above run perfect in iPhone and desktop browser! but in Galaxy S5 + Chrome + Android not run correct. Inserting the value 123 the input display 321.

<input type="text" class="form-control" id="{$id}" name="{$id}" value="{$value}" maxlength="6"
    data-inputmask-mask="9[99999]"
    data-inputmask-clearmaskonlostfocus="true"
    data-inputmask-showmaskonfocus="false"
    data-inputmask-showmaskonhover="false" 
    data-inputmask-greedy="false"  />

Thanks!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:65 (31 by maintainers)

github_iconTop GitHub Comments

2reactions
gerstebacommented, Aug 24, 2016

Same with Chrome Browser on Samsung Galaxy Note 8 in Mobile View (Android 4.4.2, Chrome 52.02743.98) and on Motorola X2 both in Mobile and in Desktop-View (Android 6.0.0, Chrome 52.0.2743.98). On Galaxy Note 8 in stock browser it works right.

Even with characters this issue occurs: https://jsfiddle.net/gersteba/tzLa2oy9/20/

Additionally: When I enter more than three characters at the beginning, the existing ones are overwritten.

1reaction
RobinHerbotscommented, Sep 13, 2016

@gersteba ,

Just google around, you will find enough info about it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Inputmask/CHANGELOG.md at 5.x · RobinHerbots ... - GitHub
Event CustomEvent #1642; Wrong initial cursor position with Numeric and Prefix #1578; Currency mask works incorrectly on Android Chrome v58 ...
Read more >
Samsung Galaxy S5: How to Enable/Disable Chrome Browser ...
Learn how you can enable or disable Chrome Browser Syncing on Samsung Galaxy S5."samsung galaxy" galaxy samsung s V s5 "s 5" "s...
Read more >
MaskedTextbox that changes mask using javascript behaving ...
I have a RadComboBox that triggers some Javascript which changes a MaskedTextBox's mask from a 10-digit phone number to a 30-digit free-form ...
Read more >
CHANGELOG.md · 5.x · Libraries / jquery-inputmask · GitLab
numeric aliases: set value with jQuery.val or native input.value = numeric ... Numerica mask not run in Galaxy S5 + Chrome + Android...
Read more >
KeyEvent - Android Developers
This mask is set if we don't want the key event to cause us to leave touch mode. int, FLAG_LONG_PRESS ... Key code...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found