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?