【发布时间】:2014-12-12 10:51:24
【问题描述】:
我正在尝试在我的应用程序中实现 AppCache。我在 IIS 中添加了相应的 MIME 类型。请看我下面的html标签
<html manifest="example.appcache">
我的清单看起来像:
CACHE MANIFEST
Content/img/logo-header.png
Content/img/img-sprite.png
Content/img/icon-top-nav-sprite.png
NETWORK:
*
当我尝试执行我的应用程序时,我的 chrome 控制台中出现以下错误
Creating Application Cache with manifest http://localhost:7520/example.appcache
Application Cache Checking event
Application Cache Error event: Manifest fetch failed ***(4)*** http://localhost:7520/example.appcache
你能帮我解决这个问题吗?
【问题讨论】:
-
谁能帮我解决这个问题?
-
你让它工作了吗?我在最新的 chrome 上遇到了同样的问题,找不到答案
-
没有 Iszak,我做不到 :(
-
您是否使用 chrome 开发者工具来模拟移动设备或类似的东西?
-
我在 pc chrome 上遇到了同样的问题,但在移动设备上运行正常。电脑上 chrome 的版本是 47.0.2526.106 m(64 位),移动设备上的版本是 47.0.2526.83 .
标签: google-chrome html5-appcache cache-manifest application-cache manifest.cache