offline-caching Questions

1

Solved

Background: I have built a web page that should work even offline. This page is made by following 'AppCache' guidelines. My web browser is an IE11 on a HP windows 8 tablet. When I hit the direc...

2

I have a problem with storing videos in Cache Storage. It works fine if the video has small size, but if its size is about 100MB, I get this error: DOMException: Entry was not found. I use the...
Tyrannize asked 30/4, 2016 at 10:46

2

In my node.js chat app, I want to save chat data in offline mode and push notification when online. Basic chat app is done. I'm using ws node module for server code. In client side code, I want to ...
Bangui asked 21/12, 2015 at 8:23

2

I am currently working on a school project and I am trying to learn the techniques on downloading OSM map tiles into the phone's local memory/cache, so that users are able to view the maps when off...
Counterchange asked 19/10, 2012 at 6:32

6

Solved

I need to load and retrieve a HTML webpage in internal or external memory of android device. What i need is to download and retrieve a webpage in android using web-view. There is lot of repeated q...
Legalism asked 25/11, 2015 at 11:42

1

Solved

We're currently building a web app (Django, Ember), and we just found that most of our potential customers require sporadic offline access to the application. What we need is not just "presenting"...
Leicester asked 21/11, 2015 at 10:19

3

Solved

I was working in androidstudio today and my builds started failing. To my surprise, I had lost my internet connection and could no longer build my code. build.gradle file contains the following: ...

4

To be clear, the web app IS caching and is working fine offline in Mobile Safari. The problem is when it is added to the home screen on an iPhone 4s and iPad 2, both running iOS 6.0.1. It won't wo...
Wellestablished asked 9/11, 2012 at 5:21

2

I am implementing an AngularJS web app with Firebase as a backend; it should work offline, too; multi-user sync issues should be very limited, since the app - by design - will only allow new data e...
Philippine asked 23/9, 2014 at 8:7

1

Solved

Context A mobile application can add/edit/delete a customer in it's own offline database. A web application can also add/edit/delete a customer in the master database on a web server. The mobile a...
Gromyko asked 1/3, 2015 at 19:23

1

Solved

I want to make my web app (which is built with laravel) work offline...but I cant found out how to do it! I am using the "app cache" for static files, but im not sure exactly how to handle the dyn...
Boaz asked 8/1, 2015 at 18:9

4

Solved

I have an HTML document with an associated appcache manifest. But now I want to get rid of offline application caching for a while. If I remove mention of the manifest from the <html> tag, ...

2

Solved

How to cache/download google map v2 tile programmatically?, is it possible? Bcos according to this prntscr.com/3cyiqf its not possible but as I have seen this link TileProvider using local tiles ...

3

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 loa...
Rf asked 16/4, 2013 at 12:18

1

Solved

I have a single page web app written using AngularJS. It uses PouchDB to replicate to a CouchDB server and works fine. The problem comes when I try to convert the webpage to be available offline b...
Frutescent asked 12/5, 2014 at 7:50

3

Solved

For performance purposes, I want to have some of my web pages use resources that have been cached for offline use (images, CSS, etc.) but to not have the page itself cached as the content will be g...

1

Solved

My question is a follow-up to this topic. I love the simplicity and performance of Firebase from what I have seen so far. As I understand, firebase.js syncs data snapshots from the server into an ...
Coelenteron asked 8/11, 2013 at 6:9

1

Solved

Is there a way to use the offline mode in Android apps using the Google Maps API? Any direction to a tutorial or source code would be a massive help. I've been searching for hours without any luck...
Detradetract asked 13/5, 2013 at 15:31

1

Solved

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...
Ignitron asked 13/6, 2013 at 13:22

5

Solved

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-comme...
Sheepdog asked 1/3, 2013 at 12:32

2

Solved

This is more of a conceptual question not necessarily bound to any specific technologies. Lets say you got some database on a server, some REST/JSON API to access content in that database and some ...
Importunate asked 18/1, 2013 at 9:46

1

Solved

I am using AFNetworking in my app and try to make it work in the offline mode by use the cached data if available. I expected after I set the request cache policy to NSURLRequestReturnCacheDataDo...
Hydrodynamic asked 22/12, 2012 at 11:25

1

Is there a good tutorial on how to pre-cache a known part of a map using TileCache, store them on the PhoneGap mobile app database and load them up using OpenLayers? I went through many tutorials...

0

I am trying to divert the user to an offline page when he comes to my site and the device is currently offline. The problem is I trigger the caching from the home page itself so the problem is whe...
Surat asked 17/10, 2012 at 10:50

1

I'm trying to get HTML 5 offline application cache working with an ASP MVC 3 website. The problem I get is that when I try to navigate to a page in offline mode, it doesn't work. I am using an act...
Pixilated asked 3/1, 2012 at 14:32

© 2022 - 2024 — McMap. All rights reserved.