[android-developers] WebView not responding to KEYCODE_DPAD_CENTER the same way as a Touch

2011-04-08 Thread Dan
I am trying to implement a web browser within my app and using WebView for that. For playing youtube video I used the following resource to start playing the video: http://stackoverflow.com/questions/3815090/webview-and-html5-video This implements basically a webChromeClient and the function onShow

[android-developers] WebView not responding to KEYCODE_DPAD_CENTER the same way as a Touch

2011-04-08 Thread Dan
I am trying to implement a web browser within my app and using WebView for that. For playing youtube video I used the following resource to start playing the video: http://stackoverflow.com/questions/3815090/webview-and-html5-video This implements basically a webChromeClient and the function onShow