cordova-plugin-speechrecognition icon indicating copy to clipboard operation
cordova-plugin-speechrecognition copied to clipboard

Does this plugin work on Ionic v1?

Open aubrey-fowler opened this issue 6 years ago • 1 comments

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?

aubrey-fowler avatar Mar 01 '18 12:03 aubrey-fowler

@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

Pavel-Durov avatar Mar 20 '18 11:03 Pavel-Durov