Languages

Menu
Sites
Language
The version of the browser into the emulator

Hello everyone,

I would to ask you: What is the version/type of the browser which exist into the tizen emulator? (Chrome, Firefox, etc...)?

Does the Gear 2 emulator have the same browser?

Thanks in advance.

Responses

5 Replies
Marco Buettner

Tizen Browser is WebKit-based, so its more comparable to Chrome as Firefox.

The Gear 2 has currently no browser installed... Because Gear 2 (Neo) as now own internet connection.

The Web-Framework based on WebKit as Renderer and V8 as JavaScript-Engine

karray gargouri

Ok, I see!

but I read that Tizen doesnt support x-webkit-speech. It works only in latest chrome browsers. Since Tizen web simulator uses chrome browser webkit-speech works in simulator.

is it true? but why, if I want to test the voice recognition code, it works on the Tizen simulator but not on the Tizen emulator (as mentionned on this post: https://developer.tizen.org/fr/forums/web-application-development/sppech-text-feature#comment-10429)?
 

Marco Buettner

You cannot compare simulator and emulator/device because you have two different environments... The emulator based on a real Tizen platform, simulator is only the access of tizen web apis, but the architecture is based on your workstation environment.

I don't know if Tizen support x-webkit-speech, but for TTS you can try to use ARIA,

https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.appprogramming/html/guide/ui_guide/ui_framework_accessibility.htm

 

 

AVSukhov

Hello,

Tizen browser has following user agent:

Mozilla/5.0 (Linux; Tizen 2.2; SAMSUNG SM-Z9005) AppleWebKit/537.3 (KHTML, like Gecko) Vesrion/2.2 Mobile Safari/537.3

karray gargouri

so it does not support the x-webkit-speech feature?