Can you autoplay HTML5 videos on the iPad?

后端 未结 6 959
挽巷
挽巷 2020-11-22 05:14

The tags autoplay=\"autoplay\" attribute works fine in Safari.

When testing on an iPad, the video must be activated manually.

6条回答
  •  無奈伤痛
    2020-11-22 06:02

    Just set

    webView.mediaPlaybackRequiresUserAction = NO;

    The autoplay works for me on iOS.

提交回复
热议问题