0

I'm working on the core Php(PHP + bootstrap + jquery) website and I want to open the safari browser from any browser with a special URL. IOS users are using many kinds of web browsers but my site is working on the only safari with ios users. So when IOS users call a special URL, the safari browser should open with this URL. I think I may use javascript functions. Please let me know if you have any good solutions. Best Regards.

blue sky
  • 1
  • 1
  • 3

1 Answers1

1

You can't.

JavaScript does not have that kind of access to your system.

Cerbrus
  • 70,800
  • 18
  • 132
  • 147
  • Thank you for your reply, Mr.Cerbrus. I saw this url [link](https://stackoverflow.com/questions/53025910/js-mobile-open-safari-from-any-browser) But it's not working on my chrome. It seems to run on firefox, but it's actually not what I wanna. So you think there is no solution? – blue sky Mar 04 '20 at 07:47
  • Passing it through an `ftp://`? That reads like a rather dubious hack... I'm not surprised it doesn't work. As I said, this is not something you have control over. – Cerbrus Mar 04 '20 at 07:51
  • And if users want to open chrome, not safari, is it possible? – blue sky Mar 04 '20 at 07:57
  • All you can do is just place an url in your website. The user's device will then choose what to do with it. – Cerbrus Mar 04 '20 at 08:00
  • This [link](https://www.itworld.com/article/3008858/how-to-open-specific-web-browsers-using-hyperlinks.html) says that we can open a special browser on safari. But I wanna from any browser to just safari, not from safari to special browser. – blue sky Mar 04 '20 at 08:04