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

android keyboard not working #262

Open
strikersix23 opened this issue Dec 5, 2018 · 3 comments
Open

android keyboard not working #262

strikersix23 opened this issue Dec 5, 2018 · 3 comments

Comments

@strikersix23
Copy link

on android native keyboard not working while loading text-based oses

@copy
Copy link
Owner

copy commented Jan 18, 2019

Can confirm this, unfortunately bringing up a keyboard and capturing keyup and keydown events is quite tricky across mobile browsers.

@copy copy added the bug label Jan 18, 2019
@copy copy added the mobile label Aug 2, 2019
@MailYouLater
Copy link
Contributor

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.

@odog8
Copy link

odog8 commented Feb 2, 2022

My suggestion for this issue would be to send text using an <input> html tag.

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

No branches or pull requests

4 participants