Am trying to force open a link with the particular using javascript.How can I do that. Unable to find it.Just I want the below link to be opened with youtube app but its been redirected to the home page in browser.
<html>
<head>
<script>
window.location.href = "https://www.youtube.com/watch?
v=hVSdReP8b14&list=PLE7ufOKMDsey6rNilV0rlZzb8vdFj6dFL&index=1";
</script>
</head>
<body>
<p>welcome</p>
</body>
</html>