-
Notifications
You must be signed in to change notification settings - Fork 10
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
Event for mobile audio loading failure #44
Comments
Thanks for reporting! It really should fire something, and I like the idea of |
@gandalfar Started work on this and feel free to pick it up if you're feeling motivated. I stalled out on some HLS problems and have to switch gears for a bit. Not sure when I'll get back on it |
@gandalfar This is still an issue in ember-hifi, but I will report that the fork of hifi I made called |
@jkeen thank you! |
On mobile, it's possible for audio to fail due to:
Looks like the mobile browser blocked an autoplay trying to play sound with url ..
Would it make sense to trigger an event, e.g.
audio-blocked
? (I would also assume thataudio-load-error
would load in this case, but it doesn't)This would allow then to change UI to indicate to user that they should click on element manually.
The text was updated successfully, but these errors were encountered: