Hacker News new | ask | show | jobs
by jbrkr 5375 days ago
There is offline local storage in HTML5 [1]. It is supported by recent versions of iOS and Android. A local HTTP server should not be necessary.

[1] http://diveintohtml5.org/storage.html

1 comments

Actually 5mb is not enough for our needs but if we put that aside, still there is a problem of where to load the Web App itself from when the device is not online?
Or this is where the native wrapper comes in?