Languages

Menu
Sites
Language
Forcing the input mechanism to open on dictation mode

Hi,

I'm using a simple <input> HTML tag to collect information. When the user clicks on it, the keyboard shows up, this is good.
However is there a way to force the dictation page to be opened rather than the plain keyboard.

Thanks

Pascal

 

Responses

1 Replies
Armaan-Ul- Islam

Tizen provides The STT API to record/recognize the speech. But the Speech to Text (Dictate) API is only available in Tizen Native.

Speech to Text Guide

STT Native API References

 

Now for web, you can look for other Web APIs services like W3C Web Speech API, x-webkit-speech. Not sure about there functionality/support in Tizen.

 

The Ideal solution would be in my opinion:

1. Either Move to Tizen Native from Tizen Web.

2. Or if you wanna use Tizen Web, Write a Tizen Native Service application who would do the job for you in the background. This (Web+Native) design is called Tizen Hybrid App.

Here's an Example of using Tizen native service with a Tizen web application to provide 'Web' such features (for Example: SMS related API) which are only available in 'Native'.

Communication within a Tizen Hybrid app