iTV.js Framework {{itv.version}} : Template - Mosaic Simple Array
{{(i + 1) + "/" + data.length + " : " + data[i]}}
To do:
Press navigational keys "up", "down", "left" and "right".
When finished, press "back" to go back to the demo list.
Expected result:
The mosaic items values should range from "1/26 : A" to "26/26 : Z".
The items sould be arranged by increasing values from left to right then to the next row below.
The selected item in the mosaic should move.
Once you navigate to an item at the edge of a page, selecting the next item displays a new page, instead of just scrolling all items by 1 increment.
Page scrolling is done vertically.
Remark:
Please view the source of this HTML document to check out the code that makes it work the way it does.