Hi,
we are in the process of porting our web TV app to the LG/smart TV alliance platform and we would like to try to run our opp on a LG TV.
As far as I understood the only way to do that is to run the HTML 5/Javascript app directly in the TV's browser (there is no packaging and installing on the TV?).
The problem we have is that in LG devices the browser seems to run in a \"mouse\" mode, The arrow key events are not triggered in the document, but are captured by the mouse pointer.
Is there a way to switch off the mouse pointer, so that the browser can trigger the key events in the document object? We are running several LG Smart TVs and on all of them the browser has the same behavior.
Regards