Emad Alam
Emad Alam
@hfedak You can try [Playlist](https://developer.apple.com/documentation/tvmljs/playlist) and push as many items as you like which will ideally play like usual playlist one after another.
@hamishtaplin The whole emphasis of this framework is to provide a high level TVJS app architecture with a very thin layer on top of the existing TVJS framework and streamline...
I haven't been following up with the latest developments in AppleTV world. This repository needs more contributors, I'd be glad if you or someone you know, would contribute with features...
@quochuy have you may be tried specifying a custom `loaderTemplate` with `theme="dark"`? ```xml {{ message }} ``` ```js ATV.start({ templates: { loader: loaderTemplate, // ... other templates }, // ......
Can you please share your sample code in a repo for me to have a look? There might be some other unrelated issue.
@0ff This feature is very handy, much appreciate your contributions here 👍 However due to the fact that there is an open issue #17 regarding removal of the unwanted dependency,...
@slavixxx, this is nothing specific to atvjs. The framework supports and exposes all capabilities that TVML/TVMLKit supports, and as long as there is a presentation/layout supported natively by TVML, you...
@TheAmazingPT Same here, I've been using this myself on production since the day I created this PR, no fallouts or errors so far. I've added everything possible, tests, documentation etc,...
At present the whole TVJS seems a lot buggy and half baked when it comes to DOM api implementations. For instance something as trivial as `querySelectorAll` is missing, the dynamic...
@zimt28 How about introducing a new type `base64` instead of adding it as an additional option. I suggest this because using it as an option will make the option useless...