Questions tagged [tizen-web-app]

Tizen SDK can be used to create interactive Web Applications for Mobile, Wearable, Television.

Tizen Web Application Model

Web App model

Web App package directory structure

Web App directory structure

Hybrid Application Package in Mobile Applications

Hybrid app directory structure

Tizen Mobile Web Application Programming

mw

Tizen Wearable Web Application Programming

ww

482 questions
44
votes
7 answers

Run React application without server

Before asking my question I'd like to tell you that I am very new to react and till now I have learned very basic concepts of react like component, state, prop, router etc. and may be this question is very funny but I need the solution for that.…
Vikas Verma
  • 3,626
  • 6
  • 27
  • 40
16
votes
4 answers

Chrome devtools inspector showing blank white screen while debugging with Samsung TV Tizen Web application

I'm debugging Samsung TV Tizen Web Application with Tizen Studio 3.6 and Google Chrome Version 80.0.3987.100 (Official Build) (64-bit). But Chrome Inspector showing black screen. Chrome path config : Chrome blank screen : Please help me out from…
15
votes
2 answers

Is it possible to keep Tizen application alive non stop

recently I’ve started developing for Tizen OS. My application is created only for wearable and only for specific device which is Samsung Gear Sport (Tizen 3.0 on board). Main purpose of this application is to gather complete sensor data over a long…
tymbark
  • 1,279
  • 12
  • 20
13
votes
3 answers

Open Tizen Remote Web Inspector from command line

I'm about to take over maintaining a Tizen 2017 js application, and am new to the platform. As far as I know, the application has been developed outside of the official Tizen IDE by taking the skeleton of a basic project, and doing the rest with…
orbitbot
  • 728
  • 6
  • 18
10
votes
3 answers

What are the performance differences between Tizen web and native applications

There are currently 3 ways to develop a wearable application - as a web application or native C/C++ application, using Tizen Studio, or as a c# application using Visual Studio 2017. For any given application, how do each of the 3 ways compare in…
sdmorris
  • 339
  • 1
  • 7
  • 18
6
votes
3 answers

How do I build a create-react-app in Tizen?

I want to use create-react-app to build a web app and then package it with Tizen to make an app for Samsung Smart-TV. How do I set up such a project? To create a Tizen-project of my React-app, what should i build, package or add? If anyone could…
6
votes
3 answers

App Working As Expected in the Tizen TV Simulator, but not in the Emulator

I am developing an application for Samsung Tizen Smart TV's. I have a strange problem. The app plays sound and responds to remote controller keys in the simulator, but the sound is not playing and the keys are not working in the emulator. I am using…
burakk
  • 1,231
  • 2
  • 22
  • 45
6
votes
6 answers

How do I deploy a Tizen application to the Tizen emulator?

I see Tizen has the Smart Development Bridge (sdb, similar to adb for Android), but it doesn't have an 'install' command as the Android Debug Bridge has on Android. Can someone give me the steps to deploy/execute a Tizen application on the Tizen…
Jimmy Collins
  • 3,294
  • 5
  • 39
  • 57
5
votes
0 answers

Can't debug Samsung TV web app via command line

I have 2 related issues: for whatever reason, my Samsung TV web app will not Run or Debug from Tizen Studio (into Emulator or TV) -- it just says that it failed When I try to build/package/install (or run) from the command line tools, it says it…
5
votes
2 answers

How to install app on Gear S2 via Tizen Studio?

I am new to developing Tizen apps for the Gear S2. I've been through the tutorial but can't get my app installed on my Gear S2. I'm using Tizen Studio 1.0.1 in Mac OS Sierra (10.12.1), and a newly bought Gear S2. I've installed the Extension SDK…
5
votes
6 answers

Step SDB has failed error on Tizen App Launch

I am trying my hand at Tizen TV App Development and every time i try to launch even the basic template app, I get an error saying: "Step SDB shell handle failed" And when I click details: step SDB shell handle failed Failed to step SDB shell handle…
user3583252
  • 493
  • 1
  • 5
  • 15
4
votes
1 answer

Calling HTTPS (SSL) Endpoint in Tizen Web Application

We are calling one API which is based on SSL security (HTTPS) and the SSL certificate is configured on Server side. When we are calling that service from Tizen Web Application in Samsung watch, it’s asking a prompt dialog every time to Allow or Deny…
4
votes
2 answers

Launch default Smart Hub app on Samsung Tizen from web application

After some research I came to conclusion that this app has id org.volt.apps, but starting it via tizen.application.launch or tizen.application.launchAppControl gets me on default app screen, not one that is used by Smart Hub. Is there any way to…
4
votes
0 answers

Deep Linking into Netflix on Samsung Tizen Smart TV

I am writing an app for a Samsung Smart TV running Tizen. My app shows a list of curated Netflix titles. When the user clicks, my app should launch the Netflix app and have it start playing that title. According to the documentation, the code should…
timkay
  • 656
  • 9
  • 15
4
votes
3 answers

Can we develop Tizen TV application by using native language?

Can we develop Tizen TV application by using native language ? We have developed Samsung Tizen TV app by using HTML5, javascript and jquery. We have picked a correct language to develop Tizen Application ?
1
2 3
32 33