I am trying to open a website in chrome from facebook's in app browser.
For that i am trying following code but it does not seem to open chrome.
window.location.href = 'googlechrome://navigate?url=example.com';
Meanwhile i can still open playstore market using
window.location.href = 'market://details?id=avscd';
Is there anything i am missing here or chrome changed way to open links?