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

Not able to connect to Internet via proxy in Tizen emulator

When i use ajax code to retrieve a json data, in tizen wearable emulator 2.3.1, I'm getting not able to connect to proxy error. But when I searched, everyone is telling no need to give any specific proxy settings for emulator. If internet works…
Priya
  • 489
  • 1
  • 10
  • 20
4
votes
3 answers

Missing Tizen Emulator Manager

I installed the latest Tizen SDK (Tizen 2.4 SDK with IDE installer for Windows 64bit). Launching the Emulator Manager in the IDE gives the following error "Emulator Manager is not installed or the installation path is invalid." I searched my…
4
votes
0 answers

How to pass Password to PolarisOffice?

I tried to open pdf file using Application API, but how can i pass pdf password function openFile() { var appControl = new tizen.ApplicationControl("http://tizen.org/appcontrol/operation/view", "file:///opt/usr/media/128.pdf",…
Basbous
  • 3,927
  • 4
  • 34
  • 62
4
votes
1 answer

Playing Audio File with notification in Tizen

In a Tizen application I want to play an audio file when notification is posted and I have written below code. function postNotification() { try { var iconPath=tizen.application.getCurrentApplication().appInfo.iconPath; var…
Mostafa Imran
  • 659
  • 2
  • 9
  • 28
4
votes
1 answer

Tizen Push notifications in emulator

I'm currently developing a small Tizen web application in the emulator as I don't have a developer device. For this application I need to use push messaging. I requested access to the push service and that request was approved. After that I tried to…
Wouter
  • 41
  • 3
4
votes
4 answers

Manually build Tizen apps and deploy

I'm following instructions found on this site to manually build my Tizen project: https://wiki.tizen.org/wiki/Manually_installing_apps But when I try installing it I get this error: "## wrt-installer: EKknEHu6Xk installation has failed -…
broody
  • 697
  • 1
  • 6
  • 17
3
votes
1 answer

Power On/Off API in Samsung Tizen TV

Is it possible to programmatically to turn the TV On/Off via the Web (or other) APIs from within Tizen? (Can't find any reference to this in docs)
Boris
  • 3,163
  • 5
  • 37
  • 46
3
votes
2 answers

Unable to change the playhead location using Samsung AVPlay API

I have a typescript/javascript Tizen Web App running in a Samsung Smart TV Emulator v5.0. Using the Samsung AVPlay API. The web app plays an MPEG streaming video source from an HDHomeRun device. The video plays perfectly with sound. The problem is,…
Andrew
  • 1,030
  • 13
  • 24
3
votes
2 answers

Input field maxlength is not working for text type on Tizen Studio

I'm developing a Samsung TV web app using Tizen Studio 3.3 and I have a input field with text type. I want to set charter limit to 64 using input property maxlenght. But It's working only for number, when input alphabet char then not working.
Victory
  • 1,184
  • 2
  • 11
  • 30
3
votes
1 answer

How to save user data across app updates?

I am building an app for the Samsung Galaxy Watch (Tizen OS via html/css/javascript). The user is able to set individual settings in the app / enter custom information. Question: How can I ensure that this user supplied information is saved between…
3
votes
1 answer

Tizen TV web application : Unexpected stop progress

I'm trying to run a sample TV web application on Samsung emulator but getting an error : Unexpected stop progress... (source: i.ibb.co) Where config.xml is:-
Victory
  • 1,184
  • 2
  • 11
  • 30
3
votes
0 answers

No Certificate Profile for Permit to Install Found in workspace

I have upgraded from Tizen-IDE 2.4 to Tizen Studio 3.0 to develop on the new Galaxy watch and I have spent many months now trying to permit it to install apps and the Device Manager Keeps throwing the same ERROR Same as this thread:…
3
votes
2 answers

How to build a good UI for Samsung TV Tizen web apps?

There is so much information on the Tizen developer site, and so much of it is just for mobile and wearables that I'm finding it difficult to find how to build a good, responsive UI for Samsung Tizen TV web apps. Currently, my index.html looks…
Jvalant Dave
  • 511
  • 1
  • 3
  • 18
3
votes
2 answers

How can I get public key of author certificate in tizen werable web app?

In my tizen werable web application (target: tizen 2.3.2) I need to get public key of author certificate (used for sign app) for check token of paired smartphone app in SAP [Samsung Accessory Protocol] authentication implementation. Werable app and…
Frix33
  • 1,231
  • 10
  • 27
3
votes
2 answers

In Tizen Studio Unexpected error `Installing the package...` Web application (for watch)

I am very new to Tizen development. I was trying to run a web application (default BasicUI) in tizen watch gear s3. But getting the following error: Installing the package... > Fail Unexpected error occurred at the below step. Installing the…
J. Nawaz
  • 131
  • 2
  • 6
1
2
3
32 33