Hacker News new | ask | show | jobs
by sushidev 5375 days ago
Well, I can't tell more about the application but one of the requirements is for it to work offline. Doesn't it cut out the web app option? Otherwise maybe I can set up a local http server on the device?
1 comments

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

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?