Questions tagged [tizen-web-simulator]

The Tizen Web Simulator is a lightweight tool for developing mobile web applications. Extending the Google Chrome developer tools, it enables running and debugging web APIs for a variety of mobile platforms. It currently supports the Tizen 1.0 Web API.

Tizen Web Simulator

  • Supports running and debugging modern HTML5 Web applications.
  • Simulates Tizen Web APIs using a JavaScript backend. For more information about the Tizen Web APIs supported by the simulator, see Tizen API Coverage.
  • Includes configuration panels for sending in events and messages to debug features, such as Geolocation, Accelerometer, and Messaging.
  • Runs on Google Chrome™.
  • Provides preferences to allow you to customize how it works.

The Tizen Web Simulator is based on the Ripple-UI Framework and is licensed under Apache Software License v.2.0.

How To Use Tizen Web Simulator

Configure Web Simulator

  1. Window -> Preferences -> Tizen SDK -> Web -> Chrome
  2. Specify path of Chrome on your system.

General path of Chrome installation

  • Linux: /opt/google/chrome/google-chrome.
  • Windows® 64-bit: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
  • Windows® 32-bit: C:\Program Files\Google\Chrome\Application\chrome.exe

Run App in Web Simulator

  1. Right Click on your project in Project Explorer
  2. Run As -> Tizen Web Simulator

Web Simulator Settings

  • Application Navigation Bar - The application navigation bar is used to load an application, view the browsing history, and modify the Web Simulator configuration and visibility settings.

    • Address bar

      Address Bar

    • Reload button

      Reload Button

    • Browsing history

      Browsing history

    • Configuration button

      Configuration button

    • Panel visibility button

      Panel visibility button

    • Information button

      Information button

  • Simulator Configuration Settings

    • Configuration management

      Config management

    • Device settings
    • System settings
    • Network settings
25 questions
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
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
3
votes
2 answers

Samsung TV Tizen resources not loading over HTTPS

I've been building a Samsung TV app that plays several YouTube video's through the VideoJS player. Note: The app is only tested in an emulator and not on a Samsung Tizen TV. Whenever a resource is loaded over HTTPS, I get the following console…
2
votes
2 answers

Any Info on Tizen Mobile Application

I am new to Tizen Native App Development. Can any one help me out as My Tizen Simulator is not working. I have Installed Tizen 2.4. When I click on the Simulator it's opening as blank. Unable to see anything. Also Any tutorial to start with will be…
2
votes
1 answer

Tizen alarm not added on emulator

I'm working with Tizen SDK 2.2 and trying to set an AlarmRelative in my Web App with the following code: var alarm = new window.tizen.AlarmRelative(window.tizen.alarm.PERIOD_MINUTE); window.tizen.alarm.add(alarm,…
Nyveria
  • 168
  • 13
1
vote
1 answer

Implement Multitasking functionality in samsung tizen tv application

We have developed Samsung tizen tv application. Now our client want to submit application on Tizen app store. We have compared functionality of our application with Development Checklist using url…
1
vote
1 answer

Is it possible to create ticker application on tizen tv web project?

I was created one ticker application for Samsung smart TV.Now i want to create the same ticker application for Samsung Tizen TV.ow my question is that Is it possible to create ticker application on Samsung Tizen TV web project? I was read in Samsung…
1
vote
1 answer

NFC Tag not working on Gear S2

Im trying to read the data in NFC tag using web development. I am able to detect tags from emulator, but on Gear S2 it does not work. I have given all the privileges in config.xml
1
vote
2 answers

How to read "resource" files added via Tizen IDE

I'm giving my first steps on programming web apps for Tizen wearable devices . This is what I want to do : By using the Tizen IDE , add a file , e.g. x.txt , under a folder , e.g. data/text (i.e. relative path from project root is data/text/x.txt…
1
vote
1 answer

.html() not working in tizen

I am trying to change the contents of a div using jquery in Tizen. When I am using .html(htmlString) it is having no effect, whereas if I use .text() the contents are replaced, but HTML is not parsed, as is the behaviour of .text(). Can someone…
Satya
  • 8,693
  • 5
  • 34
  • 55
1
vote
1 answer

Does the Ripple simulator support Tizen Enyo projects?

We are creating a Tizen Enyo app and would like to test on the Apache Ripple simulator in the browser. I do not see any support for the Tizen or Enyo platforms in Ripple. Does the Ripple simulator support Tizen Enyo projects?
Larry Aasen
  • 394
  • 3
  • 12
1
vote
4 answers

Performance of Tizen Web Simulator

I'm going to make a game for Samsung Tizen using HTML5/CSS. I don't have real device so the only way is to use simulator( web-simulator Ripple - extension for Chrome). As I checked it seems to be quite fast - much faster than Tizen system…
user2262230
  • 199
  • 1
  • 3
  • 17
0
votes
1 answer

Suggest a tizen tv model which support (17AV_BD, 17TV_PREMIUM and 17TV_STANDARD) features

We have created a application for samsung tizen tv and submit on samsung tizen store. After application verification by tizen team they provide us following results: 1) The application is approved in 15TV_PREMIUM, 15TV_STANDARD1, 15TV_STANDARD2,…
0
votes
1 answer

two different ip addresses only one works

I have an issue with the Tizen emulator. He is granting my server app an IP address of the type 10.0.2.15. I cannot get my other clients to connect to this address. Meanwhile, when i run the app on tizen web simulator , the simulator grants my app a…
0
votes
1 answer

How to implement OAuth and OAuth2 in web app?

I'm struggling with implementing OAuth mechanism in web app. I have seen a lot of topics about it but no one gives a definitely answer how to do it. Basically I tried two ways to achieve it. Create hybrid app and use official tizen API. Service app…
niba
  • 2,821
  • 1
  • 19
  • 23
1
2