iTV.js Framework {{itv.version}} : Screen - Standard
Main page
Go to Screen 1
Screen 2
Go back to main page
To do:
- Press "enter" key multiple times.
- When finished, press "back" to go back to the demo list.
Expected result:
- A screen is displayed only if one of its containing elements is focused.
- When screen 1 is visible, screen 2 isn't and vice versa.
Remark:
- We have added "visibility:hidden" to the style of the <body> in order to prevent flickering during initial page load otherwise we see all screens visible for a split second the time that the framework hides them.
- Please view the source of this HTML document to check out the code that makes it work the way it does.