user1425011
user1425011

Reputation: 119

Local Webpage on iPad with Javascript

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

Answers (1)

Filippos Karapetis
Filippos Karapetis

Reputation: 4652

You're asking for two features that have been introduced with HTML5:

Upvotes: 2

Related Questions