You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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?
The keyup and keydown events are not working on Mozilla Firefox browser for Android.
The text was updated successfully, but these errors were encountered: