web-app-manifest

Cookies not sent with request for Web App manifest.json

对着背影说爱祢 提交于 2019-12-22 11:27:11
问题 I am trying to enable PWA on a web site that requires authentication (login tokens managed via Cookies).. I am trying this out locally (http://localhost:4502) and login (and am issued the login cookie) for the web site. The problem is when the Web App manifest is requested, no Cookies are sent on the request, so the request is not authenticated. <link rel="manifest" href="/content/site-x/manifest.json"> As you can see the manifest is served off the the same host/scheme as the web page that

Improved Add To Homescreen (WebAPK) icon & name for installed web app on Google Chrome not upgrading after manifest update

丶灬走出姿态 提交于 2019-12-11 03:08:35
问题 I have a website that meets all the pre-requisites for Google Chrome for Android's "improved" add-to-homescreen (A2HS) feature. I can install the app and a APK is formed and gets installed on the device and icon is available on homescreen. In the Google developer blog documentation, it is said that with the "Improved" A2HS now, it's possible to modify the manifest.json file with new icon and name after the site is visited subsequently, the installed web app's icon and name should upgrade: You