Reputation: 119
I have a simple web page with a javascript touch enabled slider that I would like my client to be able to run on their iPad without an internet connection.
Saving it to reading list kind of breaks the javascript.
If it's open with a connection and then exited, then reopened without a connection safari says it can't be opened but pushing the back button loads the cached version properly.
Is there a way to open cached files or save html files locally better?
Upvotes: 2
Views: 1602
Reputation: 4652
You're asking for two features that have been introduced with HTML5:
Upvotes: 2