I have a responsive website in React.js with a link a YouTube video, like this:
<a href="https://www.youtube.com/watch?v=_vPAoaRPi2k">Open video</a>
And when someone is visiting it with a mobile phone I want to, instead of just redirect in the browser to YouTube page, open the video in YouTube App (if is installed in the device). Also, I need the same for Facebook or Instagram post.
Is there any way to do it?