Augie

Results 29 comments of Augie

[Yes, there appears to be a way](https://github.com/pbakondy/cordova-plugin-speechrecognition/blob/6a1e773da555e25d56acd9c63253415d530af058/src/ios/SpeechRecognition.m#L135). I remember it showing in the log when testing in Xcode.

@desmeit Not really. If you find a bug and make a PR it should come down the pipe, but I imagine @pbakondy made this for an app that he built...

His plugin makes use of the api's already existing in android and ios. They will work as well as the built in ones do. If you'd like to try it...

duplicate of #78

I believe this is intended and not an issue. You must call `stopListening()` manually. One method we used to achieve the functionality we wanted was to set `showPartial` to `true`...

It [does appear](https://github.com/pbakondy/cordova-plugin-speechrecognition/blob/6a1e773da555e25d56acd9c63253415d530af058/src/ios/SpeechRecognition.m#L3) to be using Apple's Siri speech framework.

This isn't an issue, it's intended. IOS does not provide a sound that plays with their API. If you're using android's API with the popup enabled you will notice a...

I was also having this error until I did a complete update of everything. You might find that this helps. Can you list what version of everything you're on?

I completely removed and reinstalled everything. That was the only fix I could find and I'm not sure where the issue arose from.

Sorry for the confusion Sam, I'm at home right now but will do my best to get my package.json to you tomorrow. I mean I completely removed ionic/cordova, plugins, platforms,...