Hello everyone,
In my app there are some links for pages: facebook, instagram, twitter and you tube.
To open the link I use:
system.openURL("myLink")
Everything works well.
But most users have the app of these social networks already installed. So they would like to open the link directly in the app and not in the browser.
Is it possible to do this?