My app is developed using a canvas for UI display rather than HTML DOM elements. When displaying a form for the user to complete, we create a new input tag & apply focus to it in order to call up the LG Virtual Keyboard.
This process works well when the remote is using directional navigation (arrow keys) but is not responding properly when the remote is in cursor (mouse) mode.
When selecting the desired text field on screen using the cursor, our code is activated & creates & focuses the input but the system always fires the keyboardStateChange event with visibility of false
[WAM] fires keyboardStateChange event : false