[WSG] HTML5 offline storage question

2010-08-08 Thread Andrew Harris
Hi all, I'm asking around the traps on a question which has come up at work. We want to develop an iPad app to will allow users to download from a website (like a synch) large quantities (hundreds of MB) of documents (pdf and word) for reading offline. Is the offline storage tool in HTML5

Re: [WSG] HTML5 offline storage question

2010-08-08 Thread Brad Kellett
It's really not designed for that amount of data. Perhaps this StackOverflow question will give you an idea on limits - http://stackoverflow.com/questions/1921048/limit-of-localstorage-on-iphone ~bck On 09/08/2010, at 2:55 PM, Andrew Harris wrote: Hi all, I'm asking around the traps on a

Re: [WSG] HTML5 offline storage question

2010-08-08 Thread Breton Slivka
The iPhone has a 5mb upper limit per page. I think the ipad's limit is 10mb but I am not sure. So in other words, no. -Breton On 09/08/2010, at 2:55 PM, Andrew Harris and...@woowoowoo.com wrote: Hi all, I'm asking around the traps on a question which has come up at work. We want to