I did not think very much about using a rather complicated PWA offline. But now I want to try it. However I am using links like this (inside the PWA so to say):
https://example.com/page.html?param=val
When clicking on a link like that offline in the PWA I get "This site can't be reached". This link however works fine:
https://example.com/page.html
The parameters are all handled in JavaScript in the web browser. What options do I have to handle this? Is the best perhaps to rewrite it as # links? Or do that get me into other troubles?
https://example.com/page.html#param=val