Hi,
I try to open an URL in Safari from within a Homescreen App. It works if I just use regular Links with the ‘external’ class. But If I want to to do it within a route action like window.open(url), it opens within the app. Usually this is the most wanted case, but what if I want to force Safari to open it externally? Is there a way to trigger it like you do in Cordova with the _system target? I know this has nothing to do with F7, but maybe someone knows how to do it by JS…