offline-browsing Questions

4

Solved

I've created an app that downloads a bunch of information for off-line use, much of which are photos. In the app, I'd like to use a widget that allows me to have a pan/zoom effect, but the ones I'v...
Throes asked 9/1, 2020 at 1:27

6

Solved

I am trying to make MDN's Javascript Reference available for offline browsing (personal use). To spare me from running some sort of web crawler program or saving individual pages to create a ...
Towne asked 29/2, 2012 at 15:28

3

There used to exist offline.js for detection of a connection, but that project is no longer maintained. Also, the browser's 'navigator.onLine' property is notoriously unreliable. What is the best/...
Nabila asked 2/4, 2018 at 22:29

5

Solved

I have started using Vuetify to add ui-components and use pre-defined layouts. The problem is that I have to look into online-docs every now and then, and requires me to be connected to internet pe...
Clements asked 11/7, 2018 at 19:30

3

Solved

Until recently, one could conveniently download Mozilla's developer's documentation, developer.mozilla.org.tar.gz, for offline reading. However, Mozilla seems to have upgraded the documentation to ...

1

My site registers a ServiceWorker which is scoped to only URLs beginning with /sw/.... /** * Register the Service Worker. */ if ('serviceWorker' in navigator) { navigator.serviceWorker .regi...
Alleman asked 3/1, 2019 at 17:32

3

Solved

I'm building an offline web application and want to use cache-manifest. Currently my cache-manifest looks like this: CACHE MANIFEST # Change the version number below each time we update a resource...
Funicular asked 27/8, 2011 at 23:18

7

Solved

It seems that once you have a manifest entry, a la: <html manifest="cache.manifest"> Then that page (the master entry in the cache) will always be cached (at least by Safari) until the use...
Sartain asked 27/12, 2010 at 22:32

3

Solved

I've been doing lots of work in getting a few web apps to work offline on iOS using the HTML5 manifest. I've ran across the typical problems everyone else has and fixed them and everything seems to...
Afroasian asked 7/6, 2011 at 18:52

6

Solved

I'm trying to test out my fallback page in my html5 cache manifest. I'd rather not have to actually disconnect from the internet in order to do it. I've heard that it doesn't work quite right in Ch...
Oldenburg asked 18/4, 2013 at 19:12

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

4

I'd like to be able to do the following in a HTML5 (iPad) web app: upload data to an online database (which would be probably <50Mb in size if I was to build the online database in something l...
Gyre asked 20/12, 2010 at 10:42

2

When utilizing the HTML5 ability to specify if/how files are cached (in the manifest.cache file), are specifying entire directories possible? Can I place a path to my images directory under the CAC...
Resistencia asked 31/1, 2011 at 18:24

3

Solved

I have an app that I would like to create. But I am not sure how to go about it. I am using node.js and would like to use couchdb, but if something like mongodb or riak would be a better choice the...
Diction asked 29/8, 2012 at 0:51

3

Solved

I'm beginning to look at HTML5s ability to allow for offline Web applications. A while back I found that using a CDN worked well for my applications, so I've been sticking with them, mostly just fo...
Mahmud asked 10/3, 2011 at 19:27

1

Solved

I would like to download a local copy of a web page and get all of the css, images, javascript, etc. In previous discussions (e.g. here and here, both of which are more than two years old),...
Vickery asked 14/6, 2011 at 18:32
1

© 2022 - 2024 — McMap. All rights reserved.