Mobile Safari 5mb HTML5 application cache limit?

后端 未结 6 1545
难免孤独
难免孤独 2020-12-04 16:45

It\'s becoming evident in my testing that there\'s a 5mb size limit on Mobile Safari\'s implementation of HTML5\'s application cache.

Does anyone know how to circu

6条回答
  •  臣服心动
    2020-12-04 17:36

    This won't apply to the particular offline-video use case, but you can create Web SQL databases larger than the default 5MB in iOS by simply requesting a larger DB in the openDatabase call. For some kinds of storage, SQLite can be an acceptable solution.

提交回复
热议问题