I am using the following plugin and I work pretty well but my question is, how can I make ny page in a directory will be in the application, in few words the user from google will be redirected to the application
https://github.com/EddyVerbruggen/Custom-URL-scheme
<a href="mycoolapp://">Open my app</a>
<a href="mycoolapp://somepath">Open my app</a>
<a href="mycoolapp://somepath?foo=bar">Open my app</a>
<a href="mycoolapp://?foo=bar">Open my app</a>
this works well but only if the user clicks the link, the idea is to be automatic when you open the page from the phone open in the app