HTML5 offline video caching in mobile safari

前端 未结 7 772
日久生厌
日久生厌 2020-12-08 23:17

I can\'t seem to get Safari on the iPhone or iPad to offline cache videos. Everything else gets cached just fine when I go offline. The video file is obviously in the mani

相关标签:
7条回答
  • 2020-12-08 23:51

    Use the manifest to cache the html pages containing the video tag, then tell your web server to expire the video in 30 years. That way the video will be in the browser cache not the manifest cache.

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