Open in app facebook, youtube, etc

Hello, so is, I wonder if there is a possibility that from my ionic app can open the app facebook, youtube or many more such examples. Currently, I am opening the browser, but I would like to open the app if you have one installed.

Take a look

Thanks for the info, a query … look iOS’m taking this way and send the log that is “false”, you know the parameter that is used to open such a page specified as in android?

me iOS

navigator.startApp.start("facebook://", function(message) { /* success */
    console.log(message); // => OK
}, 
function(error) { /* error */
    console.log(error);
});

Android example :

navigator.startApp.start([["action", "VIEW"], ["fb://facewebmodal/f?href=https://www.facebook.com/GitHub"]], ...);