Skip to content

SmartTV universal library for Samsung, LG, Philips, SmartTV Aliance, STB Mag app development.

License

Notifications You must be signed in to change notification settings

immosmart/smartbox

Repository files navigation

Demo

Overview

A smartbox library allows to start one application on a few smartTV platforms.

Currently supported platforms:

To add your own platform please see the platform documentation.

Initialization

Smartbox has three dependencies:

The compiled version of the library is located in the directory /dist.

Library plugins

How to use the library

To use all plugins and functions of the library it's necessary to wrap a code as callback SB.ready SB.ready(function(){ // your code });

SB.ready will be executed after all callbacks jQuery.ready, $(function(){}), $.ready(function(){});

Library's methods

  • isInited() - checking the library initialization. Returns true or false

      SB.isInited();
    
  • ready(func) executes the code of the funtion func after the library has been initializated

      SB.ready(function(){
          // your code
      });
    
  • readyForPlatform(platform, cb) executes the code of the funtion func after the library has been initializated, if the current plaform - platform

      SB.readyForPlatform('samsung', function(){
          // code for samsung
      });
    

Library configuration

All configurations of the library are located in the object SB.platform

        SB.config = {
          /**
           * Platform which will be used in case detectPlatform returns false
           * ex: browser, samsung, lg
           * @type: {String}
           */
          defaultPlatform: 'browser'
        }

Autotests

Jasmine autotest start

About

SmartTV universal library for Samsung, LG, Philips, SmartTV Aliance, STB Mag app development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy