pbakondy / cordova-plugin-speechrecognition

:microphone: Cordova Plugin for Speech Recognition
MIT License
197 stars 117 forks source link

Does this plugin work on Ionic v1? #67

Open aubrey-fowler opened 6 years ago

aubrey-fowler commented 6 years ago

I am writing an app with Ionic v1 and I want to use speech to text. Can I do this without the @ionic-native wrapper and just use it normally?

Pavel-Durov commented 6 years ago

@aubrey-fowler I am using this plugin within my ionic v1 app and it seems to be fine for now, although I am experiencing issues when you toggle start/stop functionality quickly. I get an exception, something like:

"Error Domain=kAFAssistantErrorDomain Code=209 \"(null)\"" = $1

But its probably nothing to do with ionic version :)

Issue https://github.com/pbakondy/cordova-plugin-speechrecognition/issues/70