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

Tizen Wearable Web app: Content getting smaller when not in the center of the screen

I'm writing tizen wearable web apps and I noticed something. (I have a gear s3 classic). In the settings app on my gear s3, the list items in the list on the main page are smaller when not in the center of the screen and when they are on the center,…
3
votes
1 answer

How can i call up key event inside an input

I have been developing a tizen web application for smart tv There's one view where i have a lot of inputs so i need to set the navigation between them , in fact the navigation function work well for other element like divs and pictures but once i am…
3
votes
1 answer

Context menu on Tizen app

I am developing a tizen web application using html, js, tau and jquery. I need a context menu when user click on a specific position. Is it possible to do that ? I tried, $("#myContextMenu").popup('open'); it shows TypeError:…
Doe
  • 33
  • 3
3
votes
1 answer

Transferring the package... > Fail Error occurred at the below step. `Transferring the package...` (Return Code:2)unknown error

When i deploy my Tizen project on emulator then it's giving a error "Transferring the package... > Fail Error occurred at the below step. Transferring the package... (Return Code:2)unknown error" . How can i fix it, and also on developer mode in…
Sameer
  • 91
  • 2
  • 7
3
votes
2 answers

Tizen dynamic list not scrollable by wheel

A simple list like
  • test
  • test2
in Tizen for the wearable round watch…
elCapitano
  • 1,821
  • 3
  • 22
  • 42
3
votes
1 answer

Can JS lib can be use in Native Tizen App?

I want to build an application which need to show statstical data in form of Charts. As i am not able to find any suitable lib/ way/api by which I can draw chart like PIE chart,Bar chart , Line chart. In web application we can use JS libs which can…
Raghvendra
  • 383
  • 1
  • 4
  • 11
3
votes
1 answer

Detect when a appllication is launch in Tizen

I want to create an application lock for requests from the Tizen platform. I want my application to be called every time when another application (which is to be locked) is launched and it comes in foreground. Ideas for both native as well as web…
3
votes
5 answers

SIGNATURE_INVALID when trying to install application on Samsung Gear 2

After registering with samsung for a developer certificate i can't install my application, i'm getting SIGNATURE_INVALID (code 22). The application can be anything, including a hello world app from the IDE wizard. What's interesting is that before…
3
votes
2 answers

issue in making web api call in Gear 2 app running on Gear 2 Emulator connected with Host Android Device

I have successfully connected my GEAR 2 emulator with Galaxy Note 2 Device. And I am creating an Integrated Gear 2 Application, Every thing works fine including the JQuery functionality. But I am unable to make Web api calls from the Gear 2 Emulator…
3
votes
5 answers

Black screen when executing test app on Tizen Emulator

I'm starting to work with Tizen and I'm following its tutorials. When I test my apps, they only get with a black screen when I open them on the emulator, and I don't know why is that. Would someone know what can cause this, and how to solve it? I'm…
Hime
  • 369
  • 3
  • 15
3
votes
2 answers

Is Tizen with angularJs works in web apps

I am trying to build a web app in tizen environment, I found that tizen is using jQuery mobile for ui design. I want to know that can i use tizen with angularJs for my web app (App should run in tizen emulator). If yes, can anyone have good…
ARV
  • 395
  • 2
  • 6
  • 19
3
votes
3 answers

Tizen WEB applications are not working in version 2.2

I'm new to Tizen and started development by setting the SDK version as 2.2 in a 64-bit Windows 7 machine. I created a new WEB app and while trying to run it (on emulator and a real device) nothing is happening after the installation. I tried several…
Midhu
  • 1,647
  • 2
  • 18
  • 29
3
votes
2 answers

Facebook access for Tizen platform (using JS)

For my application on Tizen I need to make Facebook integration(be able to login and post to the wall some statuses). But I couldn't use FacebookJS SDK because i need to set up domain URL. Unfortunately for Tizen I don't have any URLs, because it's…
2
votes
0 answers

Launching AppStore from Samsung Tizen TV App

I'm trying to implement a button in Javascript based Tizen TV application. Upon clicking the button it should open App Store page of another application. I'm referring to these…
Hari HKH
  • 61
  • 1
  • 6
2
votes
0 answers

Samsung Tizen Smart TV command Smart Development Bridge < $sdb shell > command returns status is 'closed'. how to enable it.?

My Real Samsung Smart Tizen series 4 TV is running, my build is ready, I am trying to run the following command to run in debug: $ sdb -s 192.168.0.101:26101 shell 0 execute org.tizen.volume-setting It returns this : closed When I run $ sdb…
1 2
3
32 33