-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
waiting for stop event. #6
Comments
Just as a workaround to this, I've been using...
|
Great plugin, works very nicely on Android. However, I'm also seeing a similar cancel issue as the first user on iOS. When i run the following, the speaking stops. Which is great.
Any suggestions are welcome. |
Seems apple may be at fault here per: https://stackoverflow.com/questions/19672814/an-issue-with-avspeechsynthesizer-any-workarounds |
Hey,
apparently when I do:
The then and catch are not being called...
The stop is being called though, so I think I'lll just remove the .then and set it to false after calling stop.
It is nice to have a callback to know whether it stopped or errored out for some reason though.
The text was updated successfully, but these errors were encountered: