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
2
votes
3 answers

Tizen Web SDK: How to remotely debug (web inspector) web app running on watch (Galaxy)?

I'm wondering how (and if it's even possible) to remotely debug an app, written with the web SDK, running on the Samsung Galaxy Watch? I'm able to: connect to the watch with the Device Manager (logs show up, etc) install and run the app on the…
Jacob Mouka
  • 2,005
  • 18
  • 26
2
votes
2 answers

the application installation on the device has failed due to a signature error - tizen studio

I'm building an app for my gear s3 frontier using Tizen Studio. However there's a signature error every time I try to run the app on my device. I tried pretty much everything(creating certificates, setting the same date/hour on my PC and wear) but…
2
votes
1 answer

How to download video using samsung tv api?

Basically I am developing web application for Samsung TV. I am trying to download image and videos from Server and then displaying it. var contentdownload = function () { var url =…
uday214125
  • 569
  • 1
  • 8
  • 22
2
votes
2 answers

How to solve issue of "PLAYER_ERROR_SEEK_FAILED" when forward/backward media in Tizen TV?

I am using AV player in tizen TV application. When I forward/backward media then I am getting this error "PLAYER_ERROR_SEEK_FAILED" Please help me to solve this issue.
Manjeet
  • 191
  • 1
  • 14
2
votes
1 answer

How to resolve Author signature issue?

I have an app on tizen TV store and when I am trying to update version then I get the following error "Author signature of the App you would like to register is set incorrectly. Try check your author-signature.xml file please." Please help me to…
Manjeet
  • 191
  • 1
  • 14
2
votes
3 answers

Is there any framework for Tizen TV web application

I try to create a Tizen application for Tizen TV, I know we have two way to do this,that is .NET app and web app and I choice using web tools. But I scare if I have no any architecture or framework, just only html, css, JS then I can not handle app…
GianhTran
  • 3,443
  • 2
  • 22
  • 42
2
votes
1 answer

Tizen - Does samsung AV player support .m3u playlist format?

Recently, In my tizen web app, I have been playing with .m3u8 format video files and it works perfectly in samsung AV player. (http://developer.samsung.com/tv/develop/api-references/samsung-product-api-references/avplay-api) But when it comes to…
nithin ks
  • 285
  • 3
  • 11
2
votes
0 answers

Tizen 3.0 Gear S3 filesystem TypeError: Cannot read property 'path' of undefined

I have a web app that have worked good until Gear S3 got the tizen 3.0 update yesterday. I have a problem with tizen.filesystem.resolve which I have no clue on how to solve. The code below is example code but generates the same issue. Running this…
Ehallq
  • 21
  • 1
2
votes
1 answer

Secure storing a secret on Tizen Web App

Which is the most secure way to secure store a secret on a Tizen Web App? As far as I know, the only supported API to store something is LocalStorage. // to store a value window.localStorage.setItem( 'secret', item_value); // to retrieve a…
systempuntoout
  • 71,966
  • 47
  • 171
  • 241
2
votes
1 answer

Regex validation returns false on Samsung Tizen TV

I am developing a SmartTV web app using JavaScript. I want to write a regular expression which validate the local mobile operator codes: op_codes = [33, 50, 63, 66, 67, 68, 73, 93, 95, 96, 97, 98, 99] My code works as it should in Chrome and LG…
2
votes
0 answers

Tizen: native service not started when launched from a hybrid app

There is a Tizen hybrid wearable application: native service and web UI applicatoin. There is following code to start service from javascript: tizen.application.launchAppControl( new…
2
votes
2 answers

css animation flicker issue

Css marquee like effect is flickering sometimes. The animation is not smooth as we expected. It stuck sometimes. I tried the solution available on diff stackoverflow posts but that did not help me much. http://codepen.io/anon/pen/vmLGXJ .marquee { …
Jitender
  • 7,593
  • 30
  • 104
  • 210
2
votes
3 answers

Tizen CLI create project throws exception

So, I'm using the Tizen-CLI but I can't even get passed the "create the project"-stage since I'm getting a crash. I'm running the following command: $ tizen create web-project -n heavenlydays -p wearable-3.0 -t WebBasicapplication That, for some…
Maffelu
  • 2,018
  • 4
  • 24
  • 35
2
votes
1 answer

How do I package a Tizen Web Widget with a Tizen Web Application for my smartwatch?

I created a Web Widget that I want to push to my watch. The Tizen Documenation says a widget cannot be deployed standalone. So, I am trying to bundle my Widget with a Web Application. I have successfully pushed the Web Application to my watch, but I…
Onosa
  • 1,275
  • 1
  • 12
  • 28
2
votes
1 answer

Tizen smart-TV application on real device

I have a simple smart-TV application which I display some videos and some channels on line, when I run on the emulator the video player don't work but if i run on the simulator it works good, and if I run on a real device (TV) I just got a black…
Wassim Benhamida
  • 2,377
  • 2
  • 10
  • 9