iTV.js Framework {{itv.version}} : Navigation - Global
Button 1
Button 2
Button 3
To do:
- Press navigational keys "up", "down", "left" and "right".
- Press numeric keys [0..9].
- When finished, press "back" to go back to the demo list.
Expected result:
- Navigational keys "up" and "down" changes the currently focused element but skips "Button 2".
- Navigational keys "left" and "right" don't do anything.
- "Button 2" is skipped due to explicite navigational rules when using navigational keys. You can click/touch the element to set the focus there though.
- Numeric keys 1, 2 and 3 take you to their corresponding buttons.
- The other numeric keys don't do anything.
Remark:
- "numeric" has the value of the numeric key pressed inside the itv-event-numeric event handler.
- Please view the source of this HTML document to check out the code that makes it work the way it does.