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瀏覽器

相關文章
相關標籤/搜索