Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd the muted option to renderTo #1130
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
Hey @rayvahey . It's surely possible, willing to work on a PR? |
This comment has been minimized.
This comment has been minimized.
|
Thanks, yes I'll take a look at this one |
This comment has been minimized.
This comment has been minimized.
|
I added a |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It's already possible to add autoplay to renderTo
E.g. torrent.files[0].renderTo("#output", { autoplay: true })
However in Android this fails to work because muted needs to also be set, see:
https://developers.google.com/web/updates/2016/07/autoplay
Could we add muted as an option to allow autoplay on Android devices?