shadowwalker / next-pwa

Zero config PWA plugin for Next.js, with workbox 🧰
MIT License
3.86k stars 323 forks source link

Truly dynamic "dynamicStartUrlRedirect " #436

Open TheunisKotze opened 1 year ago

TheunisKotze commented 1 year ago

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