App crashes at web android
🐛 Bug Report
App crashes on start at web android
This feature is not supported at WebView Android https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisUtterance#browser_compatibility. App crashes when dart try to access html.SpeechSynthesisUtterance. Maybe we should add an operating system check or at least try-catch?
Expected behavior
App not crashes
Reproduction steps
Add library to your project and run at WebView Android
Configuration
Version: 3.2.2
Platform:
- [X] :robot: Android
good idea @otopba, I'll see if there is a way to put that around a try/catch
@otopba @dlutton i was also into the similar situation , so created a package for this https://pub.dev/packages/web_view_tts hope this will be helpful for someone
@otopba @dlutton i was also into the similar situation , so created a package for this https://pub.dev/packages/web_view_tts hope this will be helpful for someone
Cool! Thanks