I am creating an html5 app that uses x-webkit-speech.
For those not familiar with x-webkit-speech, it is added to regular inputs like this, <input type="text" x-webkit-speech />, and then gives the user the ability to use their voice instead of their keyboard.
I was wondering how to submit a form when you are done speaking. Google does it on their homepage, so I know it is possible, I just have no idea how to do it.
Thanks,
Ian
Looking at this webkit demo by stoyan stefanov, the event you’re looking for is
onwebkitspeechchange