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
0
votes
1 answer

tizen - how to set background for all html app pages

I have an html app with 2 pages, both of them have header footer an div content with buttons. I tryed to set background image to the first "page" div and make all other divs in css file Transparent. It works ok, but at the second page I can see the…
user1835337
  • 656
  • 1
  • 9
  • 32
0
votes
2 answers

How do I create an object from a function within another function/object using 'new'

I am trying to create an api that extends some functionality of Tizen. Tizen has a way of creating objects such as: 'new tizen.ContactName(...)' and 'addressbook = tizen.contact.getDefaultAddressBook();'. This seems to be a nice way to group…
Yokich
  • 1,247
  • 1
  • 17
  • 31
0
votes
1 answer

Google Maps not working in Tizen 3

I am working on a Tizen 3 M2 app that utilizes Google Maps API. When I run it, I get a bunch of errors that seem to indicate that the Google Maps API is not loading. The code works properly in regular web browsers, Tizen 1 and 2 but not in the…
Kevin
  • 83
  • 7
0
votes
1 answer

Given URL not allowed by the Application configuration

I am developing a web application in tizen to integrate with facebook and I am getting "Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or…
0
votes
4 answers

How to make div Scrollable using Javascript

I am working on Tizen and making web app. I have a div in html5 and I set and image as background on this div. Now i have some scenario in which I have to show some random text in this div multiple times. It is no guaranteed that text always be…
User42590
  • 2,473
  • 12
  • 44
  • 85
-1
votes
1 answer

How to access and use Tizen Device Manager using Command Line Interface

I want to acces Tizen Device Manager and switch the connection on/off using CLI, is it possible to do so ? This is how GUI for Tizen Device Manager looks like ? Device Manager GUI In this I can switch the button on/off to enable or disable the…
-1
votes
1 answer

SmartTV web application

I am trying to choose and develop a web app for a SmartTV with the following requirments: Resolution supported: 4k Development: web technologies (html, javascript, css) I have tried a sample samsung tizen os web app but it only goes up to 1080p…
-1
votes
1 answer

Phone battery status on tizen web application

I would like to show Android phone (connected with tizen gear via 'Samsung Gear') battery status on my Gear S3. My web application, can access watch battery status via navigator.battery. How can i access phone battery status?
Vexator
  • 181
  • 3
  • 9
-1
votes
2 answers

Get a unique ID for each tizen device

I'm a developing an application for the Tizen wearable devices. I need to have a unique ID for each device to uniquely represent each device. Currently, I'm only able to get the Tizen ID with…
Aldrin Joe Mathew
  • 472
  • 1
  • 4
  • 13
-1
votes
1 answer

How to add or copy and paste a file in Tizen file manager?

I am new at Tizen. How to put my files, which are in my pc, to Tizen file manager, so I can access my custom photos, videos, apps from Tizen emulator.
-1
votes
1 answer

Does Tizen OS support AngularJS 2?

Does Tizen OS support AngularJS 2?
Vikas Verma
  • 3,626
  • 6
  • 27
  • 40
-1
votes
1 answer

To check if the device's GPS is turned on or not

I am developing an app in tizen which displays the nearby gas stations in a given radius.I want to check if the tizen mobile device has it's location turned on or not.If not,tell the user to turn the location on.How can I achieve this?Thank you
Nair
  • 71
  • 1
  • 14
-2
votes
1 answer

SDB Connection with my Samsung smart TV showing connecting status for so long

I am using Smart Development Bridge (SDB) to connect Samsung Tizen TV from my PC, using command as sdb connect its is showing -> Connecting to 'ip:port'... for so long Have any suggestion or solutions ?
ABC
  • 31
  • 6
-2
votes
2 answers

Starting Native application from web application in Tizen wearables

I want to create a tizen wearable application where I can invoke the native service from tizen web application on button click. I have been finding this for the past week, but could not get round this issue. Can anyone help me with the code? Thanks
-2
votes
4 answers

Method exported by library cannot not be invoked from code, but from DevTools

The task is to create a Tizen Wearable App, targeting Tizen 2.3.2, using the TAU framework. The application itself consists of two parts by design: A service is running in the background, receiving notifications from a server. Messages received by…
user1596212
1 2 3
32
33