I recently made a web application that utilises Application Cache extensively. It caches a big chunk of data (Some 600 requests and about 50 megabytes). The content is faily static so thats 4-5 minutes download time is OK.
However, once there is a changes to the manifest, and new data download begins I would like to keep the download process running also accross page loads (As the user navigates accross the web app)
Target platform is iOS (iPad) and safari keeps starting the download process over on a new page load.
On Android however, download is progessing nicely accross page loads. Anyone with tips on how to achieve the same in iOS?