4 ms·
What functionality do you require that only a native mobile application can provide? One option is a mobile-optimized web application, with simple native apps
by jbrkr 15y ago
What functionality do you require that only a native mobile application can provide?
One option is a mobile-optimized web application, with simple native apps wrapping your URL, one for each supported mobile platform.
- sushidev 15y agoWell, 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?
- jbrkr 15y agoThere 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 http://diveintohtml5.org/storage.html