ak1394 / react-native-tts

React Native Text-To-Speech library for Android and iOS
603 stars 154 forks source link

On iOS15, using Tts.stop() will now fire tts-finish instead of tts-cancel #198

Open jeroenptrs opened 2 years ago

jeroenptrs commented 2 years ago

A user cancelling a text to speech utterance will now fire a different event on iOS15.

Instead of tts-cancel, we now receive tts-finish, even though in Obj-C there's a specific distinction between if a user cancels or if the Tts finishes

jeroenptrs commented 2 years ago

confirmed to be an iOS15 bug https://developer.apple.com/forums/thread/692752 https://developer.apple.com/forums/thread/691347

kdreaming commented 1 year ago

Same on Android.