I'm trying to use WebkitDFB r124228 tree.
The WebView cannot receive Tab key events. I'm not sure why? I tried handling the key event in LiTE program and it seems to capture TAB key. But the Javascript code in WebView couldn't capture TAB key. All other keys, even shift, ctrl and alt modifiers are captured.
I'm using the built-in program Tools/lite_web/main.c
Any help is highly appreciated..