Reputation: 91
Here's a crazy question...The client wants a web application to be available on the ipad when not connected to the internet. My first thought was that it would be a great opportunity to use the offline app feature of HTML5, except that the entire web app (including all the media) is 3GB, and apparently all of it must be available. This exceeds the 5MB limit of the app cache. The website does not necessarily have to rely on any dynamic server side code. It can be straight HTML files. Does anyone know if it would be possible to manually copy the entire website onto the ipad and from there easily launch it in a browser? I was not able to do this, but I have to believe there's a way. Any other approaches to this problem that you can think of? Thank you.
Upvotes: 8
Views: 19059
Reputation: 1
Use hightail.com, you can link a website as a space, it will actually convert the website to preview image, then can be access on iPad as webpage in browser, no need to copy file to iPad or install any software.
Upvotes: 0
Reputation: 2182
I had a similar problem and here's what I found that worked (using an iPad and a PC):
I don't know if there is a way to move the index link to the home screen...
Upvotes: 5
Reputation: 69
I've been able to view them using FileApp (after transferring via DropBox), but it's far less than ideal.
Upvotes: 1
Reputation: 11
There are several apps that can be used for storing files on the iPad and viewing them in an embedded browser. I use GoodReader, but this might be overkill for your purpose.
Upvotes: 1