tvOS Tutorial: Using TVML Templates | Ray Wenderlich

In this tvOS tutorial, you’ll learn how to use TVML templates and templating engines to make great-looking user interfaces.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/173003/tvos-tutorial-using-tvml-templates-2

This was a great tutorial that I learned a lot from, however it doesn’t go over how to utilize page navigation within TVMLKit. In the ResourceLoader.js, there is a getDocument function, but it never pushes the next page. In the xml file, an example of my lockup is:

lockup onselect=“resourceLoader.getDocument(‘{{document}}’, ‘{{data}}’)”

When simulated, no error and the new document is never pushed. Any ideas?

@wuwut Do you still have issues with this?