Is there a way to redirect applications from a browser to Safari?
For Android devices, I have implemented a feature where if a user opens my site through a browser built-in within apps like Facebook or Telegram, they are automatically redirected to Google Chrome where my site opens. Here is the code snippet for that redirection:
Location: googlechrome://navigate?url=$url
How can I achieve a similar functionality on iOS by redirecting users directly to Safari?