jxnblk / plangular

Create custom SoundCloud players with HTML & CSS
http://jxnblk.github.io/plangular
480 stars 93 forks source link

Autoplay? #55

Closed joelipi closed 9 years ago

joelipi commented 9 years ago

Is there an autoplay setting?

And thank you for creating this project. A really great player.

phil-hudson commented 9 years ago

why not call play after load?

jxnblk commented 9 years ago

Auto play is a design dark pattern and doesn't work on some mobile devices. Instead, it's recommended to call play() based on a user interaction.