Currently, the HTML5 web speech api works great on google chrome for all devices except mobile iOS. Text-to-speech works, but speech-to-text is not supported. webkitSpeechRecognition
is not supported. See: Chrome iOS webkit speech-recognition
I am unable to find a workaround. I would like to add speech recognition support for iOS to my current web app that uses speech recognition and speech synthesis. Any suggestions? Thank you.
Try something like this
The way the recognition variable is setup allows support for a variety of browsers. I made a Weave at LiveWeave.