pbakondy / cordova-plugin-speechrecognition

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

Not working on iOS 13.2 #105

Closed jjorae closed 4 years ago

jjorae commented 4 years ago

Hi, I using this plugin in ionic3. It worked fine when deployed prior to iOS 13.2, but an error occurred in iOS 13.2. Has anyone encountered this same problem?

markenapps commented 4 years ago

Yes. My users are reporting this issue with iOS 13.2 too. I'm not able to provide error details yet. Sounds like speechRecognition.stopListening() is not working probably.

desmeit commented 4 years ago

same problem here.

Jayasimhapatel commented 4 years ago

Yes we are facing same issue in ios 13.2.2 but works fine till ios 12.

Jayasimhapatel commented 4 years ago

We are unable to proceed to use this plugin in ios 13.2.2 . It fails with error message "Error Domain=kAFAssistantErrorDomain Code=209 "Null"" Please suggest any fix.

desmeit commented 4 years ago

I think IOS 13.3 should fix it:

https://forums.developer.apple.com/thread/125279

Durzan666 commented 4 years ago

I think it is not a new issue. See https://github.com/pbakondy/cordova-plugin-speechrecognition/issues/13

jjorae commented 4 years ago

I think it is not a new issue. See #13

I think it's a different issue. I can't get the result no matter how many times I try. And this is an issue with iOS 13.2.2, not with iOS 10 or earlier.

jjorae commented 4 years ago

I updated to iOS 13.2.3 version today. No more issues.