Coder Social home page Coder Social logo

zombiebox-platform-tizen's Introduction

zombiebox-platform-tizen is Samsung Tizen Smart TV support abstraction layer for ZombieBox framework.

For older Samsung Orsay platform see zombiebox-platform-samsung.

Installation

From ZombieBox project root run:

npm i --save zombiebox-platform-tizen

Change log

See CHANGELOG.md

Documentation

See docs/ and ZombieBox documentation.

zombiebox-platform-tizen's People

Contributors

trave avatar criskurtin avatar l1bbcsg avatar

Stargazers

INFA madeOFF avatar Oleg Akinin avatar

Watchers

Denis Seleznev avatar James Cloos avatar  avatar Oleg Akinin avatar

Forkers

xenonhr

zombiebox-platform-tizen's Issues

Video Size on Tizen TV

Hi ...
working on my implementation of your project I have been coding for the Tizen release.
I faced two problems:

1.- The video player it's seems to be on a different resolution than the application. In this record you can see the issue.. This same code works fine for the LG WebOS platform, but not for Tizen. https://recordit.co/xeSmGKhljt
I have set the HD Resolution in the appplication.js

const resolutionInfo = ResolutionInfo[Resolution.HD];
this._body.classList.add('zb-hd');
Is there something I have been missing to set the entire Resolution for Tizen? (in WebOS I also set the resolution in the module.export item)

2.- I need to debug the console output in the Tizen Emulator. How can I do that? How can I set the output console to my chromium/chrome or something like ares-inspect command for LG?

Thanks in advance.
best rgds!!!

Webapis issue

When I build project for tizen, in index.html appears next string:
<script src="$WEBAPIS/webapis/webapis.js"></script>
With this code app doesn't lanching. When I removing this, the app is runs perfectly.

I used example from last release of ZombieBox (2.7.5) with next config:

module.exports = function(config) {
        return {
                project: {
                        name: 'tvapp',
                        src: path.resolve(__dirname, 'src'),
                        entry: path.resolve(__dirname, 'src/application.js')
                },

                devServer: {
                        backdoor: path.resolve(__dirname, 'src/dev.js')
                },
                platforms: {
                        tizen: {
                                widget: 'TIZEN_CONFIG',
                                tizenToolsDir: 'TIZEN_TOOLS_DIR',
                                securityProfile: 'Profile',
                                sdbDir: 'TIZEN_DIR'
                        }
                }
        };
};

Is this a package problem or I do something wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.