I added a web app manifest to my web app and now I can add my web app to my iPhone home screen. I also added google workbox and implemented some caching strategies. Unfortunately when closing my web app and open it again, it always shows the start screen. I would like to jump back to the last seen screen automatically (call the last opened url) instead of always jumping to the starting page.
Is there a way to achieve this? Thanks in advance!