Ipad cannot play audio and video at the same time on my web app
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.
精彩评论