Posts

Post not yet marked as solved
1 Replies
555 Views
I have started with Apple's catalog sample project, and I am evolving several views to be completely driven by JSON (to the point where there isn't even a need for an XML file for that view anymore). I have everything working really well - the views do exactly what they should. There's just one problem - the menu bar disappears whenever the view gets presented.This occurs when I call navigationDocument.pushDocument, I suppose because it is pushing on top of the menu bar template. However when I switched to the setDocument function on the menu bar object, the view never appears at all.If I have a document ready to show based on what menu item the user picked, how do I display it without making the menu bar go away?
Posted
by russnem.
Last updated
.
Post not yet marked as solved
0 Replies
400 Views
Both my partner and I are no longer getting our console.log messages when we attach the Safari console to the tvOS simulator and I was wondering if anybody knew how to get it back (or if the console is now in Xcode somewhere).
Posted
by russnem.
Last updated
.
Post not yet marked as solved
0 Replies
550 Views
How can I add the magnifying glass icon (instead of spelling out "Search") to the menuBarTemplate choices like Apple does in the TV app on the far right side?
Posted
by russnem.
Last updated
.
Post not yet marked as solved
0 Replies
290 Views
I've got a build of the AWS S3 JavaScript SDK for S3 that works locally on a page. However, I need it to work in TVML. When I attempt to add it, it runs the evaluateScripts method, which runs the script and of course causes an error TypeError: undefined is not an object (evaluating 'AWS.apiLoader.services').Is there a way to include JavaScript in TVML without having it go through the evaluateScripts method, or a way to tell evaluateScripts NOT to run it that isn't in the documentation?
Posted
by russnem.
Last updated
.