We are working on a website that requires users to allow microphone permission to interact with our web content.
However, when we open the website link from a Facebook post, it will always use Facebook-In-App-Browser.
And Facebook Browser doesn't have access to microphone/video permission. So we're checking if there is a way to open the link in Safari browser from a Facebook post.
Here are some approaches that we tried:
Use Safari Scheme (safari-https://, safari://)
Use FTP to open Safari successfully but we can't run the Javascript with this protocol to redirect users to our main website.
And some others Stack Overflow suggestion:
Is there any way to force a link to open in Chrome from Facebook's in-app browser?
But so far there is no luck.