v86
v86 copied to clipboard
android keyboard not working
on android native keyboard not working while loading text-based oses
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.