tal
tal copied to clipboard
TV Application Layer
This fix solves the problem with execution of listeners (as below) ``` this.addEventListener("aftershow", function run() { console.log("1st listener!") }); this.addEventListener("aftershow", function run2() { console.log("2nd listener!") console.log("breaking listeners chain...") self.removeEventListener("aftershow", run2);...
I have an example project running on nodejs server (https://github.com/bbc/talexample), how to compile it into index.html, css and js to test in WebOS simulator?
Adding key codes for channel up and channel down remote keys. Choice of value was based on CEA-2014-A CE-HTML Annex F.
Hi there, I've done some experiments with webpack + babel integration and I encountered an error with RequireJS. Has anyone experienced the same problems? Your help will be very much...
I have a simple project which play live and vod videos, created PoC but would like to test on Amazon Fire Stick, Roku and Sony BDP, I have all these...
So that you can omit the empty object argument when calling the functions.
Hi, I would like to achieve to amend the carousel navigation behaviour. Assume I have 15 elements but only 8 of those are visible within the mask. The focus is...
Is it possible to force constant scrolling in carousel on keypdown event?
Hi, I have n number of dynamically created horizontal carousels I am trying to add all these carousels to a vertical carousel to handle the scroll issue in tal framework....
Hi, We are trying to run the TAL example (https://github.com/bbc/talexample) on a Samsung Smart TV (model UE40F6320 - Orsay), but without success. The app is installed and when launched on...