Youtube embed autoplay on mobile

前端 未结 5 765
余生分开走
余生分开走 2021-01-21 16:35

I use React to set iframe with youtube video on page in correct size. All works well but for mobiles doesn\'t work autoplay option.

What is interesting for page, what I

5条回答
  •  遥遥无期
    2021-01-21 17:09

    The reason that video autoplay doesn't work is simple. The feature is deliberately disabled in both iOS and Android for mobile devices. The reason this is done is to save mobile users money. Such devices (especially mobile phones) often use data connections that charge by bandwidth.

提交回复
热议问题