Is there any way in Android to force open a link to open in Chrome?

后端 未结 10 1109
情书的邮戳
情书的邮戳 2020-11-28 03:37

I\'m currently testing a webapp developed with lots of jQuery animations, and we\'ve noticed really poor performance with the built-in web browser. While testing in Chrome,

10条回答
  •  失恋的感觉
    2020-11-28 04:18

    Here's the closest I've found: Writing a url and replacing http with googlechrome will open Chrome, but it doesn't seem to open the url specified. I'm working with a Samsung Galaxy S5, Android 5.0

    That's the best I've found - every other solution I've seen on SO has required an Android app, not a webapp.

提交回复
热议问题