为什么我的缓存清单没有出现?

时间:2012-12-07 16:18:37

标签: html5 cache-manifest

这让我疯狂到最后。我的缓存清单没有加载。我不明白为什么不。

标题如下:

<!DOCTYPE html>
<head>
    <html manifest="default.appcache">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0"
        />
        <link rel="apple-touch-icon" sizes="114x114" href="images/splash/splash-icon.png">
        <link rel="apple-touch-startup-image" href="images/splash/splash-screen.png"
        media="screen and (max-device-width: 320px)" />
        <link rel="apple-touch-startup-image" href="images/splash/splash-screen@2x.png"
        media="(max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"
        />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <title>Ez Names</title>

1 个答案:

答案 0 :(得分:0)

解决了这个荒谬的问题。 cache.manifest必须在字段的OUTSIDE中定义。这样一个愚蠢的错误。但如果有人遇到麻烦,请确保它在正确的位置。