Hi I want to open the website in chrome app from my app webview when user click on particular link. I see this is possible https://developer.chrome.com/multidevice/android/i
Google Chrome app Package name is com.android.chrome so ready your Intent URL using below concept
intent: //scan/ #Intent; package=com.android.chrome; scheme=zxing; end;