Relative Content

Tag Archive for iosreactjsprogressive-web-appsmanifest

Manifest.json not updating properly in iOS

My React app is a PWA that dynamically changes the manifest.json content based on URL (this is made by triggering a useEffect once data has been fetched from the API, and generating a blob with the new manifest.json content, replacing the original with setAttribute).