I am looking to add speech recognition to a Cordova-based app. It appears that window.webkitSpeechRecognition
is undefined for both iOS and Android applications.
I am able to use webkitSpeechRecognition
within standard Chrome on the Android device, but it does not work when packaged with Cordova.
Is there a way to enable webkitSpeechRecognition
or something comparable on iOS and/or Android?