Handle arrow keys from D-pad on WebView Google Tv app
问题 I have built an Android app which loads a html page in WebView, and it is working ok, except the fact that actions should happen on D-pad arrow keys won't work. If I change action for arrows with other keys, it works. Loading the html page in web browser works fine, PC keyboard arrow keys return correct actions, but in Android WebView, D-pad arrow keys aren't working. This is how I tiger key pressed in js: window.addEventListener('keydown', keyDownHandler, true); function keyDownHandler(evt){