Questions tagged [offline-browsing]
128 questions
0
votes
2 answers
How to dynamically change href attribute
I'm trying to make a little website browsable both online and offline using only html, css and a little of jquery\javascript.
Hence I'm using all relative paths and everything works fine unless I came to the issue to load a custom menu in all my…

Maxiride
- 187
- 8
0
votes
2 answers
Optimal way to include files/html for offline viewing
I'm currently building a website using the service provided by github with gh-pages.
Since it is possible to download the repository as a zip package, i'm trying to figure out a good way to include header, footer and other stuff into the different…

Maxiride
- 187
- 8
0
votes
0 answers
is it possible to load offline version of site, while sending request to server
I have a single page app written in node.js which has a fair amount of javascript and css.
now is it possible to load the offline version of webpage as soon as the url is entered and at the same time send the request to server and wait for response…

Mohsen Shakiba
- 1,762
- 3
- 22
- 41
0
votes
1 answer
how to handle the data downloading in background dispatch queue from server if battery drains?
I am downloading the data at background from server in an offline app, where the data will be downloaded when the app launches for the first time .Later the app will be used as offline app.
I need to place the condition to check whether the data…

soumya
- 3,801
- 9
- 35
- 69
0
votes
1 answer
Firefox is currently in offline mode and can't browse the Web - Offline App Test
For testing purpose I tried to switch to offline mode (File > Work offline), and upon refresh, it showed "Firefox is currently in offline mode and can't browse the Web."
When I clicked "Try Again" it went back "Online" again.
How can I work offline…

Midhun KM
- 1,647
- 1
- 21
- 31
0
votes
0 answers
How to save a secure web page with all external sources for offline view?
I have an ssl page that I want to mimic on my local computer while it's offline.
This page includes scripts, images and an iFrame.
I have tried all kinds of varialtion to save it through the browser, but no success.
I tried using fiddler and even…

user1269185
- 11
- 1
- 2
0
votes
1 answer
WebBrowser control - enter and keep offline mode
I would like to manually load HTML into a web browser control and make sure it does not create any internet traffic, so just show the content to the best of its abilities.
As specified in MSDN, WebBrowser.IsOffline is read-only.
Is there a way to…

Victor Zakharov
- 25,801
- 18
- 85
- 151
0
votes
2 answers
Avoid automatic broswer refresh if browser is offline
I have a webpage that displays ads. The page refreshes based on a users input of lets say 60 minutes for example. So if there are new ads to be displayed after the hour is up, the page will refresh itself (using JavaScript) and show the new ads.…

Outdated Computer Tech
- 1,996
- 4
- 25
- 39
0
votes
1 answer
Offline Form Submission - Data SYnc
We have a Loan Management System, and as everybody knows there is Field Investigation like Residence, Office, Business Verification.
So we have a requirement to actually support offline data entry also.
Meaning, the Field Investigation officer may…

Ankur Singhal
- 26,012
- 16
- 82
- 116
0
votes
1 answer
Can't installl devdocs for offline browsing
I have problem installing devdocs in my mac.
I tried to do the steps there but I'm stucked installing bundler.
I tried the following in the terminal:
gem install bundler //this worked
bundle install //this prints error:…

acegs
- 2,621
- 1
- 22
- 31
0
votes
3 answers
Wrapper to support both webSql and indexedDB?
My application should support offline mode on the following browsers:
IE
Chrome
Firefox
Safari (supports WebSQL only)
and also application using KendoUI for UI. I have looked at JayData which looks good fit for my requirement but I heard JayData…

Raj
- 21
- 2
0
votes
1 answer
Force rack-offline (or Rails) to update caching manifest
I use Rails 4 with rack-offline to cache my pages. I also want to cache (dynamically generated) html pages for offline browsing. Problem is, with the way HTML5 works, they stay stale until the application manifest is updated.
The docs say:
In…

Maarten
- 6,894
- 7
- 55
- 90
0
votes
0 answers
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 option of inputing data into the system even when not…

zurik
- 491
- 1
- 8
- 21
0
votes
1 answer
skybound.geckofx offline browsing C# .net 4.0 winforms
I am using skybound.geckofx .net wrapper to show stored web content in my winforms app. Some of this pages has links and js refers to online content. Is any simple way to disable downloading online content in geckofx wrapper ?

user861768
- 175
- 1
- 12
0
votes
1 answer
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"},
…

coolguy
- 7,866
- 9
- 45
- 71