Questions tagged [offline-browsing]

128 questions
2
votes
2 answers

HTML Offline Application Cache, Listing Downloaded Files

As part of a loading screen for an offline-enabled web application I'm building (using a cache manifest), I'd like to display an accurate progress bar that lets users know which files has thus far been downloaded and which are still pending.…
Peder Rice
  • 1,764
  • 3
  • 28
  • 51
2
votes
2 answers

Using web sql database

I am creating a website based on rails which uses a database based on mysql. I want my website to be available offline. For that I have to store the database on client's machine. I have the option on Web storage, Web sql database, Indexed DB. I have…
rdp
  • 2,072
  • 4
  • 31
  • 55
2
votes
1 answer

Force device to cache linked pages for offline use

I have created a progressive web app that simply lists links (to URLs) that when clicked uses the default browser of the device (say mobile phone) to open the URL. Is there a way to tell the device to cache these pages so they are available…
2
votes
2 answers

Does Meteor-JS support offline storage/cache?

Does Meteor-JS support offline storage/cache? From what I'm reading: https://guide.meteor.com/collections.html : Instead, on the client, a collection is a client side cache of the database. This is achieved thanks to the Minimongo library—an …
KarolDepka
  • 8,318
  • 10
  • 45
  • 58
2
votes
1 answer

Angular2 online / offline event

Is there a native Angular2 event to notify when the application loses / regains network connectivity? Or a wrapper for window.navigator.online / offlinejs?
Mark
  • 2,392
  • 4
  • 21
  • 42
2
votes
1 answer

Offline websites using Google Gears or HTML5

I have been reading about creating offline websites using Gears and using HTML 5. Im curious as to advantages and disadvantages of the two in regards to an ASP.Net MVC2 applcation with a SQL Database Backend. It seems to me that since Gears…
John Hartsock
  • 85,422
  • 23
  • 131
  • 146
2
votes
2 answers

Is it possible to serve user created content offline in javascript?

My application serves user created bundles of HTML pages for e-learning, also known as SCORM packages, and i'm trying to make that as fast as possible. Loading page-by-page in iframes is quite slow, as pages may include high resolution graphics,…
Julio Faerman
  • 13,228
  • 9
  • 57
  • 75
2
votes
1 answer

Store large files for offline access in web application

I have a requirement where the web application needs to store about 2 GB of files of various formats .htm, .pptx,.docx, etc. for offline access. What is the best approach to implement this requirement in HTML5 ?
2
votes
2 answers

iOS 7.1.1 Safari browser messing up with online/offline status

I have a cross browser online/offline test for a webpage designed to work on multiple browsers. It works with the free indicators : event listener on window event listener on document.body polling of the navigator.onLine…
Lionel Tressens
  • 461
  • 5
  • 13
2
votes
1 answer

Ember js network connectivity check at startup and listener

First off, I'm aware of this question, Display online and offline (e.g. airplane) mode in an Ember.js App but that does not solve all the issues I'm having. The answer to that question uses Heyoffline.js, which is a great library (it's what JSbin…
Rob Bennet
  • 477
  • 1
  • 9
  • 21
2
votes
2 answers

Viewing offline HTML5 site (not connected to network)

My team and I have just developed an offline portion of a web application utilizing HTML5, jquery and a cache manifest. The problem I am running into is when I disconnect from a wireless network, I am not able to view my offline site ( I receive a…
2
votes
0 answers

Android Offline MBtiles Working Sample

I downloaded following source from here: https://github.com/djcoin/MBTilesDroidSpitterExampleSimple I am have map.mbtiles in the /sdcard/map.mbtiles I am getting following error: 06-22 23:51:12.252: E/AndroidRuntime(29240): FATAL EXCEPTION:…
user1119116
  • 837
  • 1
  • 8
  • 17
2
votes
1 answer

HTML5 offline support and how to do synchronize with backend database

I am new to HTML5,very sorry if my question sounds silly to you. I want to understand HTML5 offline capacity. AIM is that application developed will save data in local database (browser) and when application is online the changes will be sent to the…
Rajesh
  • 2,934
  • 8
  • 42
  • 71
1
vote
1 answer

how to access ONline resources from a web app available OFFline?

I just created a web app available offline with the cache manifest etc. It works pretty well but I want to access to some pictures that are NOT mentioned in the cache manifest and they simply don't appear when I'm online. Moreover, is there any…
Alexis
  • 16,629
  • 17
  • 62
  • 107
1
vote
2 answers

How to do online/offline sync with a ruby on rails application?

Is there any way to do offline syncing with a rails project? In other words, our client is using their site to show a photo gallery, but they need to be able to do it without an active internet connection. At any time, they can get back online - and…
1 2 3
8 9