- From: Serge van den Oever <notifications@github.com>
- Date: Tue, 06 Dec 2016 05:00:04 -0800
- To: w3c/manifest <manifest@noreply.github.com>
Received on Tuesday, 6 December 2016 13:01:05 UTC
@RobDolinMS See also issue https://github.com/w3c/manifest/issues/535. My case is that I want to use a SharePoint document library to host my PWA, so I can execute my PWA in the context of a SharePoint site. See also my blogpost series at http://weblogs.asp.net/soever. On the request for the manifest the authentication cookie is not passed along on the request, so it can't read it from SharePoint. If I could embed during my build process of my main page I could solve this, but that isn't supported either it seems. I could only solve it by placing the manifest in a public place (my dropbox), with absolute link for the start_url. Not ideal. I also wonder if the lighthouse tool in chrome will work when the data could be embedded in the href. What is the best place to report these issues with chrome? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/534#issuecomment-265143898
Received on Tuesday, 6 December 2016 13:01:05 UTC