Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onSpeechEnd never call on iOS #517

Open
amitmehtacode opened this issue Sep 16, 2024 · 3 comments
Open

onSpeechEnd never call on iOS #517

amitmehtacode opened this issue Sep 16, 2024 · 3 comments

Comments

@amitmehtacode
Copy link

Voice.onSpeechEnd = onSpeechEnd;

const onSpeechEnd = (e) => {

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

@tomofusa
Copy link

tomofusa commented Oct 8, 2024

I saw same issue at iOS 18.0.0 and 18.0.1.

I think this issue from iOS 18+. Because it worked at iOS 17, 16 .

@jamsch
Copy link
Contributor

jamsch commented Oct 10, 2024

It's a bug in iOS 18, final results never get called. This is a workaround I did that will need to be done here too: jamsch/expo-speech-recognition@6e287e0

@andersonvanzo-dot
Copy link

Any chance of this being fixed in this library? I have almost no knowledge of Objective-C to implement this workaround

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants