v86 icon indicating copy to clipboard operation
v86 copied to clipboard

android keyboard not working

Open strikersix23 opened this issue 7 years ago • 4 comments

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

strikersix23 avatar Dec 05 '18 15:12 strikersix23

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

copy avatar Jan 18 '19 18:01 copy

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.

MailYouLater avatar Aug 21 '19 01:08 MailYouLater

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

odog8 avatar Feb 02 '22 18:02 odog8