next-pwa
next-pwa copied to clipboard
Truly dynamic "dynamicStartUrlRedirect "
I have an app with many dynamic pages. I want the start url to be the url the user was on when they installed, as this is a page they need to open multiple times a day. I dont see a way to do this with dynamicStartUrlRedirect ... eg I cant pass any parameters. Is there a way to do this ?
I can do this without next-pwa by creating a dynamic manifest.json, but I'd prefer to use next-pwa for convenience.
Thanks