Is it possible to cache an entire website for offline use on a tablet device?

1

2

A friend of mine wants to build a website which allows the user to access various images, audio clips and videos. She would ideally like to be able download/cache the entire website to a tablet device so that it can be smoothly and reliably used while offline. Is this possible?

cojadate

Posted 2011-06-01T14:36:32.990

Reputation: 161

This could be a slightly different question (albeit one your friend might be able to direct her visitors to the answer for) but: it'd be really useful to know of a way to download all the local HTML files (and associated CSS/image resources) linked from the home page of an arbitrary website. If you could do this, you could save that download to your Android device and browse the site locally even when offline. – tog22 – 2011-12-08T20:25:35.570

There is some PC software that allows you to download entire websites: http://superuser.com/questions/14403/how-can-i-download-an-entire-website

– Anderson Green – 2012-10-14T16:21:47.803

Answers

3

She could consider developing it in Adobe AIR and providing a downloadable runtime on the website itself. May not be suitable if the site is often updated.

http://www.adobe.com/products/air/

It supports both PC based tablets, and Android and iOS devices, so should be quite flexible.

Christi

Posted 2011-06-01T14:36:32.990

Reputation: 915

Thanks, it would not be frequently updated so that would work. Forgive my ignorance but is a "downloadable runtime" basically like a Flash website, where it needs to download but you get to view it on the website? – cojadate – 2011-06-01T17:00:09.473

It is like running a website (with flash) in a window on your desktop. People like Tweetdeck use it to write portable applications, but there's no theoretical reason why you couldn't run a local copy of a website in it. – Christi – 2011-06-01T17:10:36.287