views:

647

answers:

5

Hello everyone,

I created a manifest file with 1000 items. Safari, Mozilla browsers are saving the files offline successfully and even Android saves the files correctly offline.

On iPad and iPhone when I am trying to save more than 300 items in some point the applicationCache returns "error". When I am trying to save less (e.x.: 200) it saves the files correctly and the applicationCache returns "cached".

Any ideas?

Thank you.

A: 

I Have the same issue. Anyone knows the max size of the Safari 'Offline application cache'?

Rien
A: 

if u implemented then please send me the example because i am getting some error while storing my mail id is [email protected]

swapnil
Why do you post your mail ID here..?It can be useful for spammers..!!
Aji
A: 

I have a similar issue on ipad. Always get "error" event from the applicationCache after the last "progress" event. Cache contains only ~30 items. Works fine on iphone 2,3 and 4. Still happens if the CACHE section is empty.

darkpenguin
A: 

According to specs, http://dev.w3.org/html5/webstorage/#disk-space

there is no limit, but

'A mostly arbitrary limit of five megabytes per origin is recommended. Implementation feedback is welcome and will be used to update this suggestion in the future.'

Lorem Ipsum
+1  A: 

in iOS 3, max size is 5M, in iOS 4.2 beta3, the browser will ask for the permission (to increase the max size of applicationCache) when downloaded files size is bigger than 5M.

Darktalker