webview调起浏览器

调起浏览器
url = "intent://" + url +"#Intent;scheme=http;action=android.intent.action.VIEW;end";android

调起指定的app
url = "intent://" + host +"#Intent;scheme=指定scheme;package:指定包名;end";chrome

参考https://developer.chrome.com/multidevice/android/intents浏览器

相关文章
相关标签/搜索