R
R
Rusnd2015-08-14 20:41:55
JavaScript
Rusnd, 2015-08-14 20:41:55

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

1 answer(s)
D
Denis Ineshin, 2015-08-14
@IonDen

And so?

document.addEventListener('keyup', function (e) {
    console.log(e);
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question