How do videos autoplay on iOS at youtube.com

前端 未结 5 2261
囚心锁ツ
囚心锁ツ 2020-12-30 22:55

When I set autoplay to true for a YouTube video (IFrame API) on my site, it doesn\'t work. All the documentation says apple disables autoplay on ios for bandwidth reasons. <

5条回答
  •  攒了一身酷
    2020-12-30 23:39

    It seems that Youtube's team uses the interaction of the user when taps/clicks a video button to authorize the reproduction.

    Remember that youtube.com is a SPA (Single Page Application) so there is no page reload or redirection.

    So, youtube.com doesn't have autoplay enabled.

提交回复
热议问题