We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is not directly related to NeoTrain, but is also an issue for other input forms in chrome on android with and external keyboard.
I noticed it when activating "Wait on backspace" when typing the wrong char and then switched to "Wait for right char" and forgot about it.
I found this https://stackoverflow.com/questions/22503559/backspace-not-firing-the-keyup-event-in-android-mobile and the link to https://jsfiddle.net/aravindbaskaran/33Snz/24/ - using input event it works ...
Just want to mention it and do not expect a fix ;.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is not directly related to NeoTrain, but is also an issue for other input forms in chrome on android with and external keyboard.
I noticed it when activating "Wait on backspace" when typing the wrong char and then switched to "Wait for right char" and forgot about it.
I found this https://stackoverflow.com/questions/22503559/backspace-not-firing-the-keyup-event-in-android-mobile and the link to https://jsfiddle.net/aravindbaskaran/33Snz/24/ - using input event it works ...
Just want to mention it and do not expect a fix ;.)
The text was updated successfully, but these errors were encountered: