I'm evaluating an HTML5 website that will allow the user to view MS Office documents (Word, Excel and PPTX), PDFs and possibly videos. All of this data should be accessible offline to the user on an iPad2.
After looking into concepts like cache manifest (and local storage), I understand that all this is possible, but what I am not clear about are the limitations of this approach. Is there a limit to the size of the offline storage? What happens if the user clears the iPad cache? (Does the stored data also get wiped out? Would he then have to download all those documents again?)