Closed curiousdannii closed 2 years ago
Finally worked out how to support character input in Android Chrome. Basically we attach a listener for the input event, and then take the first character of the input for the event. Fixes https://github.com/erkyrath/glkote/issues/7
input
Looks good from here. Thanks!
Oops, sorry, should have checked more rather than just copying directly from my glkote fork.
Finally worked out how to support character input in Android Chrome. Basically we attach a listener for the
input
event, and then take the first character of the input for the event. Fixes https://github.com/erkyrath/glkote/issues/7