voice icon indicating copy to clipboard operation
voice copied to clipboard

onSpeechEnd never call on iOS

Open amitmehtacode opened this issue 5 months ago • 3 comments

Voice.onSpeechEnd = onSpeechEnd;

const onSpeechEnd = (e) => {

}; onSpeechEnd did return anything on iOS (have tested on real device too). Working fine in Android

amitmehtacode avatar Sep 16 '24 10:09 amitmehtacode