How do videos autoplay on iOS at youtube.com

前端 未结 5 2264
囚心锁ツ
囚心锁ツ 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:40

    I stumbled into similar but more complicated issue/requirement.

    I need to show YouTube video on a modal popup. Popup is shown on a click. Have taken YouTube API code (From https://developers.google.com/youtube/iframe_api_reference) and modified a bit to work with Bootstrap popup.

    Below is my code

        
    
    

提交回复
热议问题