【发布时间】:2016-03-12 00:20:40
【问题描述】:
我一直在使用 Webview 为 android 开发一个移动应用程序,我想使用 Appcache 缓存所有内容,不仅是一些项目,而且该页面上的所有内容,这可能还是我是个傻瓜?
感谢任何帮助
这是我当前的.appcache 文件:
CACHE MANIFEST
CACHE:
http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css
http://code.jquery.com/jquery-2.1.4.min.js
http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js
我基本上要寻找的是理论上的*(当然它不起作用,但有没有类似的东西?):
CACHE MANIFEST
CACHE:
*
【问题讨论】:
标签: android html webview html5-appcache