Is there a way to open Chrome app on Android from default Android browser? I'm able to open the app, but it doesn't redirect user to correct page. This is what I tried:
<a href="googlechrome://www.toovia.com">
I saw that I may have to form an intent URL, but I was hoping that there is a much easier way than that.
This is supposed to be from a web page and there is no web view involved.