I've been trying to figure out how to open an URL that you open within the Instagram app, in an external browser (Safari, Chrome) rather than the in-build Instagram-browser.
Here's an example page that does exactly what I want. It asks you to leave Instagram app and opens external browser visiting his website.
I tried a lot of things, like using window.open
with _blank
, _system
, etc. Also tried these within a <a href="...
. None of these solutions worked.