开发者

Ipad cannot play audio and video at the same time on my web app

开发者 https://www.devze.com 2023-03-24 06:51 出处:网络
I am trying to play HTML5 Audio and Video at the same time on my web app but it seems to stop the other when one is played. For exa开发者_如何学编程mple if I play audio video will stop or if video is

I am trying to play HTML5 Audio and Video at the same time on my web app but it seems to stop the other when one is played. For exa开发者_如何学编程mple if I play audio video will stop or if video is played audio will stop.


It will work on PC, but not on iPad. iPad loads or plays only one tag (audio/video) at once. In a series of .play() commands, the last .play(); command will work...

For to make it work you will need multiple interaction from the user.

0

精彩评论

暂无评论...
验证码 换一张
取 消