My PWA app running in Safari iOS 14.7.1 breaks if opening a link from the PWA app and then returning to the pwa app. The app is launched from a home screen icon. Everything works correctly until I open a link from the app and then return to the pwa app. It might be related to use of a javascript alert function?
My PWA code works correctly including being able to open a link and return to the pwa afterwards if running the pwa in the Edge browser. Seems only to be broken if using Safari? And then only if tapping on a link to another page or url and returning to my app afterwards..from then on there are errors and dysfunction in my pwa app. Any ideas why and how to work around? Thank you.