Answer the question
In order to leave comments, you need to log in
Logging keystrokes on a touch keyboard in JavaScript?
Can you please tell me how to register the text typed on the Android virtual keyboard in JavaScript?
Answer the question
In order to leave comments, you need to log in
And so?
document.addEventListener('keyup', function (e) {
console.log(e);
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question