JDUy: TechWhet
Web development tips and tidbits I had to lookup to get to tomorrow
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment