cordova-plugin-meteor-webapp icon indicating copy to clipboard operation
cordova-plugin-meteor-webapp copied to clipboard

Don't cache manifest.json on iOS to prevent stuck updates

Open wreiske opened this issue 4 years ago • 0 comments

This change ensures that manifest.json does not get cached locally on the device for any extended period of time.

Even with cache-control set to 0, it seems as though some devices are caching the manifest.json preventing apps from reloading.

This change may need to be tested more extensively. It worked for what I needed but it may introduce some unexpected issues.

wreiske avatar Jan 29 '21 11:01 wreiske