July 2018
Intermediate to advanced
354 pages
8h 51m
English
The web manifest file must be referenced in the document's HEAD, as mentioned in the following code:
<head> .... <link rel="manifest" href="manifest.json"> </head>
Manifests should be served using the application/manifest+json MIME type. This is an important setting because it is often overlooked.
Many servers block requests to files based on their type by default. This often leads to manifest files returning 404 or 403 type status codes. I see similar issues raised when PDF documents need to be served. You may need to coordinate with your network administrators or devops team to make sure that your servers are properly configured. ...
Read now
Unlock full access