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.
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.’