Tagged Questions
3
votes
1answer
119 views
How to include external Javascript in GWT offline application
I have a GWT (well, GXT) application that uses an external JavaScript library to add functionality to my app. My application must work offline, too, and herein lies my problem.
I am aware that adding ...
0
votes
1answer
214 views
More Odd Firefox Cache Manifest Behavior: Redirect to Outside Domain Results in 404 Failure
I have an HTML5/Javascript (PHP/MySQL on the server) app with a cache manifest and it runs fine on almost all mobile and desktop browsers except for Firefox.
When I remove the cache manifest, it ...
1
vote
1answer
417 views
How can I clear the appcache on the Google Chrome iPad app?
I've written a little HTML5 based web app that I am trying to debug on the iPad using the Chrome for iPad app.
I have added a cache.manifest file to my app which has some heavy caching in it of most ...
0
votes
1answer
250 views
AppCache all images in a folder
I have a web client that gets its data (including images) from a web service.
I'm already able to cache the web client so the user can use it even if he/she is offline. However I'm not able to cache ...
0
votes
1answer
455 views
Appcache manifest - does not load, does not validate
The example application is here: http://web2485.increo.no, with manifest: http://web2485.increo.no/cache.appcache
The server is configured with the right mime type for .appcache ...