-
Notifications
You must be signed in to change notification settings - Fork 1.5k
android keyboard not working #262
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
Comments
Can confirm this, unfortunately bringing up a keyboard and capturing keyup and keydown events is quite tricky across mobile browsers. |
Suggestion: Instead of using the mobile device's touch keyboard with their mobile-centric layout and awkward input capture methods, simulate a keyboard with a real PC layout with an html/js virtual keyboard on the page. |
My suggestion for this issue would be to send text using an <input> html tag. |
I tested Chrome and Firefox on Android and got some results: Chrome fires a demo videochrome1.mp4Firefox fires two events like the desktop version: the correct demo video (2)ffox1.mp4Tested on:
I have two possible solutions:
Other notes:
Links for testing:
If someone has an iOS/iPadOS device, I'd be interested to hear the results on those OSes, thanks in advance! |
on android native keyboard not working while loading text-based oses
The text was updated successfully, but these errors were encountered: