URL Scheme to open Chrome/Firefox (Android OS) from Facebook post
问题 We've a web page that needs to be open in Chrome/Firefox on Android to fully display the content. But when we post the link on Facebook, it always opens the links with its own web browser. So we're checking if there is a way to force opening the link in Chrome browser from a Facebook post. Here are some approaches that we tried: Use Chrome URL Scheme (googlechrome://navigate?url=example.com) Use window.location.href, window.open (url,"_system"), etc And even using the intent to launch chrome