In my program, I draw all the UI elements myself, except for a webview control
When the webview is visible, it absorbs all the keypress events. I don't want it to. Is there any way I can get keypress events from it? I'd like to be able to let is absorb arrow keys sometimes but not all.
When the webview is visible, it absorbs all the keypress events. I don't want it to. Is there any way I can get keypress events from it? I'd like to be able to let is absorb arrow keys sometimes but not all.