user655419
user655419

Reputation: 326

Android: Handle key press on virtual keyboard in WebView

I need a hint in such problem. I'm using WebView on android 2.2

How can I handle key pressing on virtual keyboard in WebView. Is it possible?

Thanks in advance.

Upvotes: 1

Views: 1562

Answers (1)

tarkeshwar
tarkeshwar

Reputation: 4155

JQuery keypress() can be used for this.

http://api.jquery.com/keypress/

Upvotes: 1

Related Questions