【发布时间】:2011-05-18 21:17:07
【问题描述】:
我无法让一个真正简单的 html5 缓存清单在 iPad 上运行。 但它确实适用于我测试过的所有其他设备和浏览器。
iPad safari 实施中是否有任何错误或 iPad 的其他限制,或者我遗漏了什么?
我将包含相关的源文件。
index.html
<!DOCTYPE HTML>
<html manifest="example.appcache">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Hello</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>
example.manifest
CACHE MANIFEST
# 2010-06-18:v2
# Explicitly cached 'master entries'.
CACHE:
index.html
style.css
# Resources that require the user to be online.
NETWORK:
【问题讨论】:
-
您遇到的实际问题是什么?
标签: ipad html offlineapps offline-caching manifest.cache