Hi,
I develop an offline smartgwt app. It great works in Chrome, but it doesn't work in Firefox. I've inspected a firefox cache with "about:cache" and found that "smartgwt.nocache.js" stays in both "Memory cache device" and in "Offline cache device". In "Memory cache device" the fetch count for this file is greater as 0, but in "Offline cache device" is always 0. If I switch to "Work Offline" I can see a content of all files from "Offline cache device" besides "smartgwt.nocache.js". But I can see it in "Memory cache device" if "Work Offline" is off.
I've also created GWT Project with "offline.manifest". But the offline mode for this project perfectly works in Firefox. The file "gwt.nocache.js" goes in "Offline cache device", the fetch count is greater as 0 and I can read the content of the file in the offline mode.
Why is the "smartgwt.nocache.js"-file placed into "Memory cache device"??? What should I do to change this behavior?
Thank you in advance.
Best regards,
-sipungora
I develop an offline smartgwt app. It great works in Chrome, but it doesn't work in Firefox. I've inspected a firefox cache with "about:cache" and found that "smartgwt.nocache.js" stays in both "Memory cache device" and in "Offline cache device". In "Memory cache device" the fetch count for this file is greater as 0, but in "Offline cache device" is always 0. If I switch to "Work Offline" I can see a content of all files from "Offline cache device" besides "smartgwt.nocache.js". But I can see it in "Memory cache device" if "Work Offline" is off.
I've also created GWT Project with "offline.manifest". But the offline mode for this project perfectly works in Firefox. The file "gwt.nocache.js" goes in "Offline cache device", the fetch count is greater as 0 and I can read the content of the file in the offline mode.
Why is the "smartgwt.nocache.js"-file placed into "Memory cache device"??? What should I do to change this behavior?
Thank you in advance.
Best regards,
-sipungora
Comment