Questions tagged [offline-browsing]

128 questions
0
votes
2 answers

Mobile web-based map APP: load tile images from the server, save them in client-end, then display while offline

I am looking for a solution that can enable the mobile browser load a collection of tiled images from the server and store them in local mobile device, then could display them even in offline mode. I researched something by using CacheManifest and…
Simon
  • 1,463
  • 6
  • 34
  • 46
0
votes
1 answer

How does the JavaScript ofline serviceworker example work?

The page at https://googlechrome.github.io/samples/service-worker/basic/ has all the script you need for getting started with modern offline web pages. I spent many fruitless hours researching the subject before I stumbled on it. Suddenly, all the…
0
votes
2 answers

Writing a script for fetching the specific part of a web page in a loop for offline use

I have a specific use. I am preparing for GRE. Everytime a new word comes, I look it up at www.mnemonicdictionary.com, for its meanings and mnemonics. I want to write a script in python preferably ( or if someone could provide me a pointer to an…
avd
  • 13,993
  • 32
  • 78
  • 99
0
votes
0 answers

Viewing websites offline - how to get around unneeded ajax and jquery manipulation?

I am trying to view a webpage offline. The page is profoundly simple. It has a javascript video player that is interacting with an HTML5 video element. The video element specifies a url for a video. So I am simply trying to get video playback in an…
Brian
  • 561
  • 5
  • 16
0
votes
1 answer

How to save a webpage offline that is rendered with ember-cli-fastboot?

I am trying to save a webpage for offline viewing but not exactly having luck. The page is fairly intricate, as it involves javascript audio and video players, HTML embedded media. On top of that, when I view the source I noticed ember-cli-fastboot…
0
votes
2 answers

HTML Offline Application Cache, Getting Error Details

As part of a loading screen for an offline-enabled web application I'm building (using a cache manifest), I have run into browser compatibility issues. In the latest versions of Chrome, FireFox, and Safari, I am able to download the files in my…
Peder Rice
  • 1,764
  • 3
  • 28
  • 51
0
votes
1 answer

How to Check that how much offline storage has been Used

I am using offline storage and want to clear it when storage memory is full. All I want is to know that how to get used storage. I am using the following code to clear offline storage: localStorage.clear();
0
votes
0 answers

Selenium Webdriver--- Switch off the browser connection during test

I would like to know if it is possible to switch off browser connection during the test or is the webdriver can interact with browser console? Take chrome as an example, can I open the console during the test and click the 'offline' mode button?…
0
votes
1 answer

Browser storage IndexedDB can be used for storing static files like css and some js file?

I want to made offline first web application. If a network is not available then data and css files should be load from indexedDB. I may be wrong or this requirement look like weird but want to know that is it possible or not? I don't want to go…
Shikha
  • 43
  • 6
0
votes
2 answers

Javascript database on browser hard-drive

Background: We're writing an HTML5 offline first application for Chrome Browsers. We are targeting specifically Chrome Browsers, and we don't want to make an extension to serve the functionality of the app. Our HTML application also makes to a…
David Mawer
  • 137
  • 1
  • 9
0
votes
1 answer

Infinite scrolling doesn't work offline

I am trying to learn jQuery and particularly jScroll from real examples. I found this website that might look silly to you but it's dead simple so it's a great example of jScroll work for me. The problem happens when I try to save the web page…
Jeyekomon
  • 2,878
  • 2
  • 27
  • 37
0
votes
1 answer

Prevent specific cached pages from trigging application cache updates

I'm making a web app that allows users to login in offline but only if they have logged in prevously online. The issue that I'm having is that for the user to be able to login offline, I need to cache my login page. If I do so, the cache gets…
0
votes
3 answers

How to fix broken relative links in offline webpages?

I wrote a simple Python script to download a web page for offline viewing. The problem is that the relative links are broken. So the offline file "c:\temp\webpage.html" has a href="index.aspx" but when opened in a browser it resolves to…
Sajee
  • 4,317
  • 14
  • 46
  • 54
0
votes
1 answer

Making website work offline with data sharing between LAN connected systems

HTML5 supports online web storage which can help in making our website to work offline. But, how can one share data between systems that are connected through LAN when offline? The requirement is: If offline, there will be a centralised system,…
Vivek Vardhan
  • 1,118
  • 3
  • 21
  • 44
0
votes
1 answer

Jquery mobile offline viewing

I have create a website using jquery mobile, and it works fantastic, now for the admin section, i want to build an offline page, wherein administrator can save data offline, and when he gets online, there would be a button saying, "Sync to the…
Abbas
  • 4,948
  • 31
  • 95
  • 161
1 2 3
8 9