8/06/2011

How to turn on voice recognition in text field? Use Google speech recognition in forms?

To enable voice input for textfields in HTML5 / Google Chrome, add this to your input code:

   x-webkit-speech

Here's an example:

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


0 comments:

Post a Comment