Languages

Menu
Sites
Language
x-webkit-speech

I'm new in Tizen app development.

I want to use HTML5 Speech Recognition in one app.

So, I used x-webkit-speech .

<input type="text" x-webkit-speech />

The app works perfectly in Tizen Web Simulator.

Right now I can't test the app in emulator.

I submitted the app and the tester said he couldn't see the microphone icon.

Does that mean x-webkit-speech is not supported in Tizen?

If that is the case then why does it work perfectly in Tizen Web Simulator?

Responses

5 Replies
talari praveen kumar

Hi Manojit

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.

Manojit Ghosh

Then how can I implement Speech Recognition?

konduri sai swathi

Hi,

You can try out some speech recognition javascript libraries or jQuery plugins available from web. Something like this one : http://badassjs.com/post/40534144131/the-webspeech-api-enables-voice-recognition-and-speech

Alexander AVSukhov

Hello,

According tizen wiki, this feature will be available in Tizen 3.0 version.

Manojit Ghosh

That's a good news.