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

problem with android (Including demo) - recognize country after backspace #44

Open
vladjap opened this issue Jan 14, 2019 · 1 comment

Comments

@vladjap
Copy link

vladjap commented Jan 14, 2019

Hello,

I have issue with this on android devices (only when using android keyboard). When typing on android keyboard (e.g. 38160) it should recognize Serbian number and mask should be adapted for Serbian region. But it doesn't. It look like this:
screen shot 2019-01-14 at 10 32 32 am
and if i delete last number using backspace it turns out to be right:
screen shot 2019-01-14 at 10 35 28 am

I am using Samsung Galaxy S9, but problem is present on other android devices I tried too.

Also, When I connect android device to my mac book with USB, and debug android chrome remotely, problem occurs only when using android keyboard, when typing on mac book, everything works fine.

Can you advice how to fix this?

@Bpaxio
Copy link

Bpaxio commented Aug 11, 2020

This problem is connected with events, generated by tapping keyboard. On the Android as I saw there is no event keypress, only keydown, but on others devices both of them keypress & keydown are present.
See about it HERE->

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants