I have created a ipad offline application. The safari shows internet connection not available message when i open the web page offline mode although I have set the cache manifest. I have listed all three files that is needed by the html page. the html page itself, css file and the logo image.
I have also set the manifest file name in html tag and htaccess file also.
Can I anybody let me know where I am doing wrong or Let me know the way to troubleshoot this.
the .html code
<!DOCTYPE HTML>
<html manifest="/main.manifest">
<head>
<meta name="viewport" content="width=device-width">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<title>Welcome</title>
<body>
thsi is test one
</body>
</html>
manifest
# test1
CACHE MANIFEST
/main.html
Thanks in advance !!!