jsakamoto / Toolbelt.Blazor.SpeechSynthesis

SpeechSynthesis API access for your Blazor apps.
https://jsakamoto.github.io/Toolbelt.Blazor.SpeechSynthesis/
Mozilla Public License 2.0
91 stars 19 forks source link

Doesn't work on iOS on mobile devices. #3

Open Bohatcom opened 4 years ago

Bohatcom commented 4 years ago

Server side Blazor app. Doesn't work with iOS (Safari or Chrome) on mobile (phone / tablet). Not sure if it works on a Mac (ie desktop).

Works fine on Android phone/ tablet. Works fine on Windows desktop.

Haven't tried clientside Blazor (ie WASM)... does clientside work on iOS mobile devices?

jsakamoto commented 4 years ago

@Bohatcom Thank you for your report!

I'll try to resolve this issue in these days.

arivera12 commented 3 years ago

@Bohatcom @jsakamoto

It doesn't seems to be supported yet by ios.

https://caniuse.com/speech-recognition

jsakamoto commented 2 years ago

@Bohatcom I well know that it's too late since your report was two years ago, but finally, I suppose I fixed the problem today. The latest version of this library (ver.9.0.3) worked fine on my iPhone (iOS 15.4) at least. If you have still interested in this library, please check it out. Anyway, thank you for your report.