I am trying to implement speech recognition on Chrome on an iPad without any luck. Just to interrupt the chase and remove any dependencies on my implementation of webkitSpeechRecognition api, an excellent code sample does not work on Chrome v27 on iPad 1 running iOS 5.1.1 or Chrome v31 on iPad3 running iOS 7.0.4, at least as far as I can judge. It does not work on this line:
if (!('webkitSpeechRecognition' in window)) { r.onState('upgrade'); return; }
I can't figure out a workaround, and I have not seen any online messages that say anything about speech recognition that do not work in the iOS version of Chrome. Anyone else run into this?
google-chrome ios speech-recognition
Gnarlito
source share