Closed toshi0383 closed 8 years ago
@anthonycastelli Would this answer your question in #69 ?
It does, however, if I present a TabBar and to to menu back to the previous screen, it'll just exit the app. So I think Its replacing it for me.
Could you modify the SampleRecipe demo code so it reproduces that problem ? I can checkout the branch and see the problem quickly. 😉
Sure. I'll be home in about 30-40 minutes so I'll give it a whirl.
Sent from my iPhone
On Mar 27, 2016, at 7:29 PM, Toshihiro Suzuki notifications@github.com wrote:
Could you modify the SampleRecipe demo code so it reproduces that problem ? I can checkout the branch and see the problem quickly. 😉
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub
I was actually doing something wrong when I presenting the initial view. I kept presenting it Modaly and when I set it to Default, everything started working. :+1:
That sounds great 🙌 Case closed.🕵
There are two push methods to present a TVML view, replaceDocument and pushDocument. https://developer.apple.com/library/tvos/documentation/TVMLJS/Reference/TVJSNavigationDocument_Ref/index.html
The
defaultPresenter
in kitchen.js pushes document. If loadingIndicator exists, it replaces document.