Our requirement is to have our users login to an app via a URL and, having added the app to their homescreen as a PWA, maintain that logged-in status, so that a second l
It can be done. Here's how we've succeeded in doing it:
access.data).start_url to the index page and append a query string incorporating the UID e.g. "start_url": "//index.html?accessID=" .access=granted.access cookie tells the app to extract the UID from the query string.access.data.Note: Android/Chrome simply ignores the accessID in the query string - I was wrong in my question to imply that Android/Chrome requires an unmodified start_url.