jeudi 23 septembre 2021

How to properly open deeplinks in webpage

This link,

intent://www.youtube.com/watch?v=uYqxf5eiLSU#Intent;package=com.google.android.youtube;scheme=https;end

opens the specified content inside the app.But typing this link in to the browser is not opening up the app. So how are these links supposed to be used?

I know using it in anchor tags like below will enable users to click the link, and user will be taken to desired place.

<a href="intent://www.youtube.com/watch?v=uYqxf5eiLSU#Intent;package=com.google.android.youtube;scheme=https;end">Click to open in android.</a>

But how can we open these links directly without the help of a webpage? Or is there any other ways to open deeplinks?

Any help is appreciated.




Aucun commentaire:

Enregistrer un commentaire