The Netflix app appears to ignore the up/down/left/right keypress events; it accepts the keyup and keydown events though.
The keypress events work fine in other apps and the dashboard.
Is this expected?
The Netflix app appears to ignore the up/down/left/right keypress events; it accepts the keyup and keydown events though.
The keypress events work fine in other apps and the dashboard.
Is this expected?
This is a known issue with the grid screen (not specific to the Netflix app). Sending keydown/keyup is the recommended workaround.
OK, will implement that way instead.