How do I alert a success message when cache.manifest has download all the files in a html5 app? (Bascially success alert on complete cache download)!
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well thanks to the very well thought article from Garden Gnome http://gardengnomesoftware.com/wiki/Cache_Manifest_File
I found the answer. All you have to do it create a div which will display the status of cache by adding this to your page:
and just right after this div add the following java-script:
status of the cache will be displayed in the DIV.