Offline caching typically means storing locally the data obtained from a remote service to make it possible to browse the data even when there is no connection to the storage.
0
votes
1answer
18 views
PhoneGap Offline Caching json data
I'm building a Phonegap application and i'm planning to set it to work in both Offline and Online mode, the idea is to get JSON Data from a PHP server side script and show it in the application, these ...
0
votes
1answer
55 views
Offline data storage in HTML
Just wanted to know is there any way where we can store offline data/imagee(20MB+) in HTML which is supported IE 10 metro browser. I haver gone through below links
Building Offline storage
...
0
votes
0answers
37 views
Store persistent data using javascript or other client side library
There is a way to write and get persistent data (i.e., that persists between page reloads and is accessible offline) in the browser using JavaScript or any client side language?
3
votes
1answer
53 views
Best practice to sync webservice with offline storage on iOS
I have been working on a few iOS applications that talk to a REST API on the web server and than sync some data down for offline usage. The app then stores data locally if network connection is not ...
0
votes
1answer
22 views
Pinning folder with Win32_OfflineFileCache fails: “Provider is not capable of the attempted operation”
I am writing a Powershell utility that attempts to enable Offline files, then pin a drive to them. I'm using this documentation for the pin operation: ...
0
votes
1answer
40 views
IBM Worklight - Offline storage for Windows environment
I want to create an offline storage using IBM Worklight in the Windows environment.
Usually we will use JSONStore for offline storage but that works only for the iOS and Android environments.
Can ...
0
votes
0answers
25 views
RestKit for offline caching [closed]
I want to be able to save my data/content for offline usage and when device comes online, it should sync with latest content of the server.
Is RestKit capable of doing it? Any other ...
0
votes
0answers
19 views
Appcache load fails with jQuery callback parameter
I have the HTML template resource "steg3rad.html" stored in my appcache manifest. In my javascript file I fetch the template file using an jQuery AJAX GET request. Sometimes jQuery adds a callback ...
2
votes
1answer
52 views
Firebase Javascript API on trigger.io - load script from local file
I'm using the Firebase JS API in my trigger.io app.
My app must be able to start up and operate in Airplane Mode. Would it be acceptable for me to reference a local copy of the Firebase JS file, ...
0
votes
1answer
9 views
How to detect when the last file of the manifest file is updated?
I'm building an Offline HTML5's App, which has several pages inside (10 to be more specific). When I need to change any of these pages, I simply change the manifest file to instruct the browser to ...
1
vote
1answer
44 views
Cache and Sync data on iOS devices
We have a requirement to be able to store the data on device and make it available even when device is off network, and when device comes back to network it should be able to sync the stored data and ...
0
votes
0answers
45 views
Saving HTML to Android app's cache made with PhoneGap [closed]
I am working for a hospital and am designing my first Android app. What the app does is connect through a portal to a news feed.
What I have done is used inAppBrowser to open the news feed. The User ...
0
votes
1answer
47 views
Parse, offline caching of an entire catalogue (iOS application)
I am writing a Parse-backed application which pulls down a catalogue of media objects (with properties and an associated PFFile) which are contained within categories. (an object can be in many ...
2
votes
1answer
33 views
User editing of offline data in HTML5
Consider a simple CRUD application with the following pages (where Foo is an arbitrary entity name):
/Foo/Create - a HTML form with a large number of <input type="text" /> elements.
...
0
votes
1answer
93 views
Check if Google Maps Android V2 didLoad / isCached Map (OFFLINE MODE)
Hey I want to be able to manually check or subscribe to a service which can notify me if the map was unable to load (in offline mode) due to it not being cached at the deep enough level.
This would ...
-2
votes
2answers
34 views
Exam portal which can be given when Internet is Off [closed]
I want to create an application in PHP which has the functionality where user can appear exam when Internet is Offline.
e.g:
user login from portal (when online)
select exam (when online)
download ...
0
votes
0answers
14 views
Application cache html5 if file not cache try to go online
So I'm in the middle of a website which has to be accessible offline. To do so I'm using the appcache html5 feature.
Everything works pretty good, my website is all cached without any problem.
I ...
0
votes
0answers
15 views
offline cache manifest but get “err_internet_disconnected”
I've set up a Cache Manifest for my app. I try running it in Chrome for Android in airplane mode, but I get a generic Chrome error "err_internet_disconnected." Shouldn't the cache manifest kick at ...
0
votes
1answer
28 views
HTML5 Cache Manifest Fallback Page
I am trying to get the Cache Manifest to fallback to an offline.aspx page when offline.
So when the current page that contains the following cache manifest is loaded online it displays as normal, but ...
0
votes
0answers
349 views
Offline mode for android app using google maps api
im just wondering if there is a way to use the offline mode on android apps using google maps?
any dirction to tutorial or source code would be a massive help. Ive been searching for hours without any ...
0
votes
2answers
80 views
How to remove auto appended Html tag in visual force page?
I am working on html5 offline mode in sales-force. I added following line to cache current page.
<html manifest="{!$Page.offlineCache}">
I turn off the developer mode and check the console. ...
0
votes
0answers
58 views
How to delete HTML5 cache from UIWebView?
I have a web page hosted with following tag to allow HTML5 cache. And the res shows a png image with some text.
<html manifest="offline.appcache">
But after deleting ApplicationCache.db, ...
0
votes
0answers
36 views
Rails multipage app offline
I have a rails app with many pages. i wanted to make the whole app available offline.
I followed the rails casts tutorial. and added the application manifest, but with that, only the pages i visit is ...
0
votes
0answers
29 views
cache manifest HTML5 is not redirect
i have a webApp that i want to let limit options to work offline.
so i did the chache menifest file and its work good except one thing,
it is not redirect the user to the offline page.
its just cache ...
2
votes
1answer
328 views
Right way to design a mobile ASP.NET MVC 4 data entry application with HTML5 offline capabilities
I'm creating a PoC of an ASP.NET MVC 4 mobile application (tablets) for field operators that needs to support offline capabilities. It's a relatively simple data entry application with a WebAPI ...
0
votes
1answer
162 views
How would HTML5 offline manifest/functionality work with ASP.NET MVC 4?
Ok, I'm building a PoC for a mobile application that needs to have offline capabilities, and I have several questions about whether I'm designing the application correctly and also what behavior I ...
0
votes
2answers
320 views
How to implement offline capable Single Page Application with Breeze.js and HTML5 local storage
I have working Single Page Application using Breeze.js for Data Access. It uses the Breeze.js to execute queries against the local cache and the data is requested only once at start up. Only the data ...
0
votes
1answer
18 views
Creating a Web Application that can handle intermittent connectivity disruption
I've been tasked with designing a service that will be used by restaurants. We'll be recording some input, that will be uploaded to our servers for later analysis. My initial thought was to just use a ...
0
votes
2answers
221 views
How to make offline maps(using leaflet OSM) , by caching?
I am trying to make offline maps through caching (IndexedDB) in browser. I understand the concept is that I download and store the tiles of map first when connected to internet.
Then I have to load ...
1
vote
0answers
109 views
GWT HTML5 offline web-application dynamic manifest
I have recently converted one GWT web application to be capable to work in HTML5 offline mode. So far seems to work fine but I'm wondering if it's a good idea to serve different cache.manifest ...
0
votes
0answers
62 views
offline data entry for a web application
I am developing a php data-entry web application that is required to have offline data entry capabilities since it will be used in places with unstable internet. That is the users should have the ...
0
votes
0answers
94 views
IOS webapp does not work in offline when rolled out with Cordova
I have a webapp written in HTML5/JS/CSS works on Chrome, Ipad and Iphone (iOS 5.0.1 and higher) in both online and offline mode. When I rolled out webapp with Cordova/Phonegap as web view it seems to ...
0
votes
0answers
92 views
osmdroid doesn't load all tiles specified for an offline preload
Is there a download limit when we specify a number of zoom/tileX/TileY.png ?
Like for example :
for (int i = startX; i<= endX; i++){
for (int j = startY; j<= endY; j++){
Drawable ...
0
votes
2answers
40 views
HTML5 Offline storage not working
This is the code provided by the W3C example for offline web storage : http://www.w3.org/TR/offline-webapps/
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" ...
0
votes
0answers
37 views
Need to display cached map on website
I'm using javascript, http, css, and php to make a user interface for a project I'm working on. As part of the interface, I need to display a marker on a map (of a known, smallish area) based on a ...
0
votes
0answers
58 views
How to download many levels of web pages in UIWebView?
I use ASIWebPageRequest to save the web pages to local disk, but it can only download the page being viewed current. Is there any way to download muti levels of the website such as download the first ...
0
votes
0answers
72 views
Dojo Xhr: Result Content is Not Appearing until there is a mouse click anywhere on page
i'm building an offline application with Dojo 1.7, using Dojo RDD, generating forms dynamically and storing them in cache.
now every time when i fetch something through ajax i have to remove dojo ...
0
votes
1answer
65 views
Html5 Cache Manifest not working correctly
I am starting to work with offline webapps.
I made a cache manifest for a test site but i cant get it to work.
I trying that when offline it redirect from index.html to offline.html but it just ...
1
vote
2answers
61 views
What technology should I use for sometimes connected forms on mobile devices?
I want to fill in questionnaires/survey on mobile devices and send the answers back to a database. I am an experienced web application developer using asp.net/mvc and sql server.
I want a ...
0
votes
0answers
77 views
Appcache for blogs/dynamic content
I'm in the process of optimizing our mobile site and i'd like to allow our users to view content offline. HTML5 Appcache seems like the best option for this but all use cases that i've seen show ...
0
votes
0answers
118 views
What is the best practice for app updates / offline handling?
I want to improve the performance of my app. My app fetches JSONP data from my server. My question now is how is the best practice for doing data updates and saving data for offline mode?
My current ...
0
votes
1answer
70 views
Running a mapsforge map app
I am trying to create a mapsforge offline maps app. I followed the guidelines or there website
below is the snapshot of my code
But when i run this app , the app crashes. The logcat is as ...
2
votes
1answer
402 views
Is there any JavaScript framework that supports offline scenario in MVC 4 SPA?
Steve Sanderson presented MVC 4 SPA "Delivery Trucker" for mobile devices with offline support using upshot.js JavaScript framework.
http://channel9.msdn.com/Events/TechDays/TechDays-2012-Belgium/199 ...
0
votes
1answer
180 views
Client-side caching (with JavaScript)
I have a API that I'm querying via JS on a client side and then displaying result on a page (again via JS).
I have a limit of 5 queries per second. In real life i can send maximum of 11 API calls in ...
0
votes
0answers
59 views
Adding MIME type to website instead of IIS
I'm getting a weird invalidstateerror DOM exception error 11 when I call swapCache():
Error: An attempt was made to use an object that is not, or is no longer, usable.
at ...
2
votes
5answers
984 views
How to store 40.000 images using HTML5 or Phonegap?
I have searched a long time for a way to store a large number of images in HTML5, or access them stored locally and display them.
The application is a product ordering and catalog, like an e-commerce ...
0
votes
1answer
83 views
HTML5 offline appcache custom fonts not loading or displaying properly when server is down
These fonts load perfectly fine when the server is running OR when the client is offline. But as soon as I shut down my server (let's assume it can't be contacted because it's down) the fonts break ...
0
votes
0answers
74 views
Passing parameters to offline cahed pages doesn't work
I'm making an HTML5 offline app that of course uses a "manifest" file to tell the browser the pages to download, the problem is when I call a previously cached page passing parameters in the URL it ...
1
vote
1answer
580 views
Android Offline and online Apps using cache & Phonegap
my experience with cache in Android using Phonegap .
1. I want to create one app which should work online as well as offline.
2. If internet connectivity is there it should use otherwise use ...
0
votes
1answer
138 views
HTML5 offline caching database storage
Im working on an HTML5 offline app im using a json string as my database
[
{"id":"1","data":"a","group_name":"erwr"},
{"id":"2","data":"b","group_name":"dasd"}, ...








