ak1394 / react-native-tts

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

Pause and resume methods are not working for android #255

Open TirumalReddy opened 6 months ago

TirumalReddy commented 6 months ago

I am using Tts.pause() method to pause and Tts.resume() method to resume, when i used in IOS two methods are working properly.I am facing issue in android, unable to pause and resume. Please check once and confirm the same.

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)

ReeturajThakur7 commented 3 months ago

I'm also facing the same issue any update regarding this?