iOS 8 - Videos and sound files won't play from home screen web app

后端 未结 2 994
死守一世寂寞
死守一世寂寞 2021-02-01 15:41

I have an HTML5 web app which uses JWPlayer for embedded videos and podcasts. This works fine in iOS 7, both within Safari and when saved as a web app to the home screen.

<
相关标签:
2条回答
  • 2021-02-01 16:32

    On iOS 8 I have noticed that sometimes media will not play audio in the foreground app. The problem appears to be another app has not released the system audio and hence the foreground app is not able to play audio.

    To work around this I:

    • Force close other media apps (double tap then swipe up to close).
    • Close Safari tabs that are open to media items (Vimeo, YouTube, web page based media players).

    Then I retry the app with the media I want to play and it will usually work.

    0 讨论(0)
  • 2021-02-01 16:36

    iOS 8.3 fixes the bug. Videos are now playable from homescreen webapp, including from appcache.

    0 讨论(0)
提交回复
热议问题