You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using tts-finish listener in this way, when i used ' await Tts.stop()' method, In android tts-finish listener not triggering but when it comes to IOS it's triggering. Please comment on this Is this expected behaviour?
Currently using:
react-native-tts version :4.1.0
React Native Version : 0.71.7
But should the Tts.stop really trigger tts-finish? @TirumalReddy ?
I also investigated some time into this. Because we trigger sentence per sentence the tts for reading a longer text
I just check the native modules and i think the Tts.stop() should trigger tts-cancel as it does on android
But it does not on ios.
The tts-finish event should be triggered if the speak ends automatically.
For me at least it make more sense to be able to distinguish between manually stop and the speak ends after the words were read.
So i would say the issue is that ios doesn't trigger the tts-cancel on Tts.stop()
But it looks like it was the same for the old versions (3.3.0)
useEffect(() => {
}, []);
I am using tts-finish listener in this way, when i used ' await Tts.stop()' method, In android tts-finish listener not triggering but when it comes to IOS it's triggering. Please comment on this Is this expected behaviour?
Currently using:
react-native-tts version :4.1.0
React Native Version : 0.71.7
Tested in
Android - 13 (one plus)
IOS - 17 (iphone 15)
The text was updated successfully, but these errors were encountered: