when i call the Text to speech action it does not have success and in the ErrorMessage apears SpeechSynthesisUtterance is not defined. I can't find anything in the plugin with that name.
Hello @Ivo Patricio
If you open the TextToSpeechPlugin module under Logic tab, you should be able to search for 'SpeechSynthesisUtterance' within the module and you will get all the instances of where it occurs.
As for the issue, please check if all your dependencies in the 'Dependency Manager' are up to date.
I have never used the plugin but the more information you share for e.g. screenshots of your dependencies or Logic tab layout, the community can assist you better.
Regards,
AJ
ok thanks i will see into it, i a new in this.
Hi Ivo!This is a silly question but did you generate and install the new APK version of the application you are using?
If not, please try that and let us know if it worked.Cheers
Hi Even I'm Facing the same issue
On the Web, It is playing but when I distributed and tried in the mobile app it is not playing. After debugging I found TextToSpeechWithOptions action is throwing the following error.
SpeechSynthesisUtterance is not defined.
Please help me with this.