Search code examples
tizensamsung-smart-tvtizen-web-apptizen-web-simulator

Is it possible to create ticker application on tizen tv web project?


I was created one ticker application for Samsung smart TV.Now i want to create the same ticker application for Samsung Tizen TV.ow my question is that Is it possible to create ticker application on Samsung Tizen TV web project? I was read in Samsung forum some of said it is possible and some of said it is not possible. If it is not possible so any other alternate way to do that?

Thanks.


Solution

  • Ticker apps are no longer supported on Tizen TVs.

    While it will work when you are running in dev mode, it will fail when you try to submit the app to QA. If you look in the Samsung Seller Office > Support > Guide > Updated pre-test check list, you will see that apps with the ticker tag in the config.xml will fail in "Pre-Test", so those apps will not be permitted to be distributed through the SmartHub App Store.

    The 'Ticker' setting used to serve the following two purposes:

    1. Allow your app to have a transparent background so it could be displayed over the broadcast signal.
    2. Allow your app to auto start if the user sets it up in the config.

    As far as I've been able to determine, there are no mechanisms to get the comparable behaviors on 2015 model TVs. For 2016 models only, you can do the following:

    • Transparency: you will need to implement Overlay PIP with HTML

    • Auto-start: if the TV has "Samsung Instant On" setting enabled, all apps which are running when the TV is turned "off" will be resumed when it is turned back "on". The app will not be resumed if the TV is truly powered down. Take a look at Multitasking and Prelaunching for more details.