react-native-tts icon indicating copy to clipboard operation
react-native-tts copied to clipboard

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

Open jeroenptrs opened this issue 3 years ago • 4 comments

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 avatar Nov 17 '21 13:11 jeroenptrs

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

jeroenptrs avatar Nov 17 '21 14:11 jeroenptrs

Same on Android.

kdreaming avatar Apr 21 '23 01:04 kdreaming