Reputation: 326
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
Reputation: 4155
JQuery keypress() can be used for this.
http://api.jquery.com/keypress/
Upvotes: 1