About solution of offline mode for online HTML5 video system

◇◆丶佛笑我妖孽 提交于 2019-12-05 19:55:32

We've actually just done this very same thing for a client of ours!

We spent forever trying to find a way around solution one - and simply put - not possible.

iOS prompts the users RE manifest - but the limit is at 50mb - and once thats up, it's exceptions all the way!

We're currently going down route 2 (and it works great!)

To give it an 'app feel' we've used HashBang links to ensure all the page transitions are fluid - as the user actually only stays on a single page, as everything is handled using '#!/Page/Section/etc...'.

With regards to limitations we've not found any yet, and we're firing some pretty heavy JS at it - although I would try and not use a framework for this (I can go into detail if you wish!).

And as for passing it via Apple - we're not going through the app-store, we bought an enterprise license for this, so we can deploy directly to our clients iPads, as it's for their use only - I'm not sure if this fits your needs - but the option is there!

Let me know your thoughts!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!