I would like to know how can users click on a link (from a web page) and force them open that link in Safari (like target=_blank opens on a new tab but to open in Safari) regardless of where you are viewing that web page (eg. Webviews of another app, Chrome, Edge, Firefox, etc).
The other question I have similarly is doing it from a native app. How can I make a deeplink call to make the action open ALWAYS in Safari and not in whatever browser is set as the default browser by the user? Safari seems to not have deeplinks and only rely in http:// https:// and ftp:// protocols but now with multiple browser options (allowing non-Apple browsers to be set as your default) I think it is time for Safari to have its deeplinks like “safari://“
Is that already available, possible, coming in 2021?