Questions tagged [offline-browsing]
128 questions
1
vote
2 answers
Should we not use HTML5 offline Manifest on iphone because of cache size is very limited?
Should we not use HTML5 offline Manifest on iphone because of cache size is very limited? I don't exactly about Android browser.
I'v a simple Mobile website with 20-25 pages which I would like to make it work offline too. This site has Images, CSS,…

Jitendra Vyas
- 148,487
- 229
- 573
- 852
1
vote
0 answers
indexedDB create multiple ObjectStore simultaneously
In my case, I am creating an offline web app. And want to store the API response in the IndexDB.
In a particular page, I have three to four APIs hitting the server, and I want to store all of the response in Index DB at the same time.
But I am…

VnoitKumar
- 1,350
- 15
- 29
1
vote
2 answers
Asynchronous client javascript process to talk to server
I'm considering developing a web app with offline capability. I'm considering formatting all client form postbacks as JSON objects, and writing these direct to HTML5 LocalStorage on a form postback. I'll then have a separate process that…

Journeyman
- 10,011
- 16
- 81
- 129
1
vote
2 answers
Using offline storage
I am trying to make a website which will store all the contacts of the user on the server database. The user can add, edit, delete or update a contact. I want the user to be able to do all these functionality even when he is offline. What should I…

rdp
- 2,072
- 4
- 31
- 55
1
vote
2 answers
save webpages for offline browsing
i am trying to create an android application that saves webpages to use it in offline-browsing, i was able to save the webpage but the problem was in the contents (images, javascripts,..etc), is there a way to do so programmatically, i use eclipse…

Hakem Zaied
- 13
- 1
- 4
1
vote
0 answers
save web page for offline usage, including ALL resources (loading in js)
So the goal is - I have a web page, and I want to embed it in a webview in an android app, but I need this page working offline. So I came to a solution to save the whole page with all files, I tried Save As in Chrome, I've tried about 10 different…

Noni
- 11
- 2
1
vote
1 answer
Using the StackExchange API to search on keywords
I'm thinking about writing an app that lets you download data from StackOverflow. There is one caveat: I want to download data that contains specified keywords. For example: if you search for "How do I implement an interface in Java?" you get the…

abstract christmas tree
- 194
- 4
- 19
1
vote
2 answers
Saving website content as HTML for Offline use with link working
I'm having a site done in wordpress with some 10 pages. I'll need to save it, the whole site with the links working for offline use every time i update the content. Now what am doing is save each page then link everything etc.. but i want to do this…

esafwan
- 17,311
- 33
- 107
- 166
1
vote
1 answer
Opening up PDFs locally on device with PhoneGap
How can I open up a pdf file locally on my device through my app? I used window.open to try an open up the pdf but it won't work. Is there another way to achieve this?
By the way I'm using AppPresser's offline function to make this work. I have…

Favonius
- 49
- 7
1
vote
1 answer
SpringMVC generated manifest xml Manifest fetch failed (406)
I'm generating a html5 cache manifest xml on the server side and I get
Application Cache Error event: Manifest fetch failed (406) this error message is in my console.
I have this tag in my html:

bazsoja
- 85
- 1
- 14
1
vote
0 answers
symfony2 on/offline web application
Im looking for the best way to build an on/offline application with symfony2. I need some advice here:
Users can access the application from navigator on their computer or from tablet (like iPad)
When there is no connection the application must run…

Hajri Aymen
- 620
- 6
- 18
1
vote
0 answers
Building an Offline web app for Chrome browser
I have developed a webapp, which should be available to users even when they are offline.
I have referred and used "Taking Your Web Apps Offline: A Tale of Web Storage, Application Cache and WebSQL" method for developing this webapp.
For your…

user3230561
- 445
- 1
- 10
- 21
1
vote
4 answers
Website downloader library
I need to put a little project together for myself, and I need some functionality to download a page for offline viewing. Is there a library that will download a given page and its embedded images, and edit the img tags to reflect the local…

Midhat
- 17,454
- 22
- 87
- 114
1
vote
0 answers
Downloading Windows SDK 7.1 help contents to offline PC
Does anyone know how to download the help contents of the Windows SDK 7.1 to a computer not connected to the internet? So far I've come across this, but it doesn't have a Windows SDK or Platform SDK item listed.
This link came from the MSDN Blog…

Indivara
- 735
- 1
- 7
- 19
1
vote
2 answers
Cache Google AppEngine documentation locally for offline use
The biggest problem when developing offline is the unavailability of documentation.
Google AppEngine used to provide a downloadable tar ball of its documentation, but doesn't seem to do so any more. So how do I get a local version of the AppEngine…

markvgti
- 4,321
- 7
- 40
- 62