An application which functions without being connected to a network or the internet
I am in the planning phases for writing an application, still choosing the technology that I wish to use to …
html web-applications offlineappsI'm looking into an offline web app solution using HTML5. The functionality is everything I need BUT the data stored …
security html offlineappsI have a lot of images in a folder that are used in the application. When using the cache manifest …
html caching manifest offline-caching offlineappsWith a PWA, we can handle when the device connection is down with offline mode. But how do we detect …
javascript progressive-web-apps offlineappsI'm new to Android and and made an application which fetched and post data to server and works fine in …
android offlineapps offline-modeI have a page that has event listeners for the network status. When the network is 'offline' I want to …
javascript jquery html preventdefault offlineappsI'm thinking of using firebase to write a mobile app using PhoneGap and the HTML5 Application Cache. Lets suppose each …
offline offline-caching offlineapps firebaseI have an app that I would like to create. But I am not sure how to go about it. …
node.js mongodb couchdb offlineapps offline-browsingIntroduction: I want to develop a webapp to manage sports competitions. It must be able to run completely offline, store …
javascript local-storage offlineappsThe use case is to have an application store data on the client side when offline. Is it advisable to …
browser html offlineapps