Hello, I'm using apex 24.2.0. I have an app installed as PWA in standalone mode that works perfectly on a tablet. But when I try to open a link (non apex related) from a button inside the app it opens inside the PWA environment and not in the browser as a separate tab. I've tried everything in google (manifest settings about the scope, using _blank etc) and nothing works. Is there a certain way to set it up correctly? I have a situation where depending on the data I need to open more than 2 links in separate tabs for the users and when I open them in PWA the second link closes the first one and so on.. Is there an option that I don't see that I can open out-of-scope URLs in the standard browser?
Thanks in advance