Can i open instagram app through my mobile native app if i have a link of a particular user account

1
I have a person instagram link on his profile page and on click on that it should open instagram app. any component or pointer to achieve the same would be helpful.
asked
2 answers
2

You shouldn’t need any new JavaScript for this. There is action called “Open URL” in (I believe) Nanoflow Commons. Pass that the instagram URL like this:
 

instagram://user?username={USERNAME}


and the app should open.

answered
0

Should be able to with nanoflow + javascript. Have you try something like this?

https://stackoverflow.com/questions/42254165/how-to-make-instagram-open-in-app-button

 

answered