I have an html5 appcache running on a website, it works fine in Safari, Opera and Chrome, but it doesn't work in Firefox.
My code has the following:
<!DOCTYPE HTML> <html manifest="./manifest.appcache"> <head>
and the following manifest.appcache file:
CACHE MANIFEST / /accessibility /anchoring /areas-of-application-in-business /calibrating-rep-system-preferences /circle-of-excellence /collapse-anchors /contrastive-analysis-and-mapping-across /convincers /creating-an-air-of-authority /decision-making /elicitation-of-submodalities /embedded-commands /embedded-commands-2 /eye-patterns /four-types-of-feedback /home /how-to-remember-names /introduction-to-anchoring /introduction-to-nlp /key-elements-of-the-meta-model /language-and-communication-model /language-patterns /leadership /modelling /my-action-plan /new-behaviour-generator /nlp-presuppositions /outcome-thinking /pacing-and-leading /perceptual-positions /predicate-phrases /predicates /preference-test /presupposition-cards /presuppositions /privacy /rapport /rapport-pacing-and-leading /representational-systems /sensory-acuity /strategies /structure-for-adjusting-feedback /structure-of-nlp-techniques /structure-vs-content /submodalities /submodalities-and-strategies /submodalities-checklist /terms-and-conditions /the-6-deadly-words /the-meta-mirror /the-power-of-presuppositions /the-problem-frame-and-the-outcome-frame /user-profile /well-formed-outcomes /what-is-nlp /userImages/nlp_language_comm.png /css/mobile.css /css/style.css
I use the code from here: http://jonathanstark.com/blog/2009/09/27/debugging-html-5-offline-application-cache/ to debug the application and display the output on the site.
In firefox, output from the debug code shows that it downloads all the files and causes the swap cache. If I disconnect from the Internet and follow the link to another page that needs to be loaded, I get the message βUnable to connectβ in Firefox, doing the same in Safari, Opera and Chrome, this works great.
Any help and suggestions would be appreciated.
Thanks Steve
html5 firefox caching manifest
Steve Jones Sep 16 2018-11-11T00: 00Z
source share