Is Webkitspeechrecognition Supported On Cordova?
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 w
Solution 1:
Not really a Cordova feature but UIWebView and WebView underlying WebKits. According tohttp://caniuse.com/#search=web%20speech it seems that the API is not supported on Android (I would double check that) and is partially supported on iOS but the API name is prefixed with webkit
Post a Comment for "Is Webkitspeechrecognition Supported On Cordova?"