I am trying to open a link forcefully into safari in iPhone, but I am not able to do so.
So my requirement is I am using WebRTC's getUserMedia
to access the video from iPhone camera and with Safari it is working properly, but when I try to run this on Chrome getUserMedia
isn't working. I have tried this example of WebRTC also in chrome, but it's not working.
So now, I want to open the link which is shared through email always with Safari.
I have tried this link, but they are not working -
Force link to open in mobile safari from a web app with javascript
Also, in case of Safari URL Schemes didn't work so not able to use that as well.
Any suggestions or help is highly appreciated.