iOS Background Audio in a Web App

前端 未结 4 1909
太阳男子
太阳男子 2021-02-08 03:02

I am writing a web app that uses HTML5 audio. I want to make sure that the user can move to a different application while still listening to the audio in the background. This wo

4条回答
  •  被撕碎了的回忆
    2021-02-08 03:22

    In iOS 5 and Android 4.0.3, putting a browser window to background does not stop playback. I am not sure about other versions prior to them.

提交回复
热议问题