I have two questions.
//// I want this ////
I want to open chrome browser with url on other android mobile webapp(ex naver, firefox, etc...) with using javascript or html
so example) if user click MysiteButton on mobile web app, then open android device mobile chrome browser with redirect url(on chrome).
what should i do.
//// Question List ////
i found that I should use deeplink or intent but i don't know android mobile chromebrower's intent url or Scheme url. what is android mobile chromebrower's intent url. how to get. ( i used window.location.href = "market://detail?id=com.android.chrome"; but not worked)
when i use deeplink or intent, how to redirect url on chrome at the same time open chrome