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

Keyup and keydown are not working on Android Mozilla Firefox browser #71

Open
georgest opened this issue Apr 11, 2018 · 2 comments
Open

Comments

@georgest
Copy link

The keyup and keydown events are not working on Mozilla Firefox browser for Android.

@georgest
Copy link
Author

It turned out that the keyup, keydown and the other key events are not working on Firefox on Android device. The solution that I think is good is to change the keyup event with input event, so every time the input changes the event will be fired.

I have tested it on different devices and it worked perfectly.

@JeyanthVictory
Copy link

@georgest , Your solution works only when the input has some value. Consider, if I want to manipulate something on deleting the input when it has no value. In that case, input won't trigger. What I'm supposed to do then?

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