zeroasterisk / MeteorRider

PhoneGap/Cordova + Meteor integration approach "DOM hijacking", telling PhoneGap where to get content from, letting Meteor hijack your PhoneGap app's HTML/CSS/JS
MIT License
183 stars 28 forks source link

Should we use AppCache? #9

Closed AdamBrodzinski closed 10 years ago

AdamBrodzinski commented 10 years ago

Just wondering, should we use the Meteor AppCache for caching assets or should we rely on the browser's regular cache? I'm not entirely sure the AppCache is even working due to the hijack needing internet connectivity first.

zeroasterisk commented 10 years ago

I have not conducted that experiment. If you do please let me know.

On Friday, February 21, 2014, Adam Brodzinski notifications@github.com wrote:

Just wondering, should we use the Meteor AppCache for caching assets or should we rely on the browser's regular cache? I'm not entirely sure the AppCache is even working due to the hijack needing internet connectivity first.

— Reply to this email directly or view it on GitHubhttps://github.com/zeroasterisk/MeteorRider/issues/9 .

Thanks, -alan