javascript - iOS audio playback without native controls -


within official developer's documentation of apple according audio , video playback within safari said audio needs activated through user interaction. autoplay not working. thought not possible bypass native controls , surprisingly got page:

http://radio.garden/live/

why work on ios devices? there no native controls play button on first screen. possible activate audio playback through interaction on custom buttons?

that's link apple's docs (fyi):

https://developer.apple.com/library/content/documentation/audiovideo/conceptual/using_html5_audio_video/audioandvideotagbasics/audioandvideotagbasics.html


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -