Open Chrome App with URL

后端 未结 8 1479
情话喂你
情话喂你 2021-02-02 14:59

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:

<
8条回答
  •  故里飘歌
    2021-02-02 15:11

    The Intent solutions above no longer seem to work.

    The following works for me ..

    document.location = 'googlechrome://navigate?url=www.tovia.com/';

提交回复
热议问题