本当に単純な html5 キャッシュ マニフェストを iPad で動作させるのに問題があります。ただし、テストした他のすべてのデバイスとブラウザーで動作します。
iPad サファリの実装にバグがあるか、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: