Opening 'link in bio' in default mobile browser without prompt
Budget: $10 – $30 AUD
When tapping a link in bio on an Instagram profile, by default the link opens in the Instagram browser. However, I need the link to be opened in the default mobile browser (Chrome, Safari etc) without any change in settings by the user. I have found 3 types of solutions online for this but none of them are proper solutions:
Solution 1 - Fake downloading a file on the page so the Instagram browser redirects the visitor to the native mobile browser. Link: https://stackoverflow.com/questions/53217071/instagram-links-open-in-app-browser-instead-of-external-native-browser
Solution 2 - Using a URL scheme such as googlechrome://domain to redirect the URL request to the native mobile browser. Link: https://stackoverflow.com/questions/68725138/force-open-external-browsers-instead-of-any-in-app-browser-html-javascript
Solution 3 - Using JS to open a new tab or new window (does not work).
Most of these solutions do not work in iOS and even when they do, Instagram prompts the user saying "You are leaving the app. Do you want to continue?" Recently, I found a service which has achieved this without any Instagram prompt. The service is https://getallmylinks.com and on their website they call it Deeplink Technology. Here is an example link: https://getallmylinks.com/david If this link is added to an Instagram bio, tapping the link on a mobile phone takes the visitor straight to the native mobile browser without any prompt. It seems they have achieved this using React.
To be awarded this project, demonstrate your link (created by yourself) in an Instagram bio which opens in native browser and not Instagram in-app browser.
Solution 1 - Fake downloading a file on the page so the Instagram browser redirects the visitor to the native mobile browser. Link: https://stackoverflow.com/questions/53217071/instagram-links-open-in-app-browser-instead-of-external-native-browser
Solution 2 - Using a URL scheme such as googlechrome://domain to redirect the URL request to the native mobile browser. Link: https://stackoverflow.com/questions/68725138/force-open-external-browsers-instead-of-any-in-app-browser-html-javascript
Solution 3 - Using JS to open a new tab or new window (does not work).
Most of these solutions do not work in iOS and even when they do, Instagram prompts the user saying "You are leaving the app. Do you want to continue?" Recently, I found a service which has achieved this without any Instagram prompt. The service is https://getallmylinks.com and on their website they call it Deeplink Technology. Here is an example link: https://getallmylinks.com/david If this link is added to an Instagram bio, tapping the link on a mobile phone takes the visitor straight to the native mobile browser without any prompt. It seems they have achieved this using React.
To be awarded this project, demonstrate your link (created by yourself) in an Instagram bio which opens in native browser and not Instagram in-app browser.