尝试使用Javascript重定向重定向android webview中的本地html页面,拒绝在Logcat中启动intent:
在Android 5.1.1上测试
document.location = "index.html";
在没有用户手势的情况下拒绝启动意图,URI:
file:///android_asset/index.html
android webview android-intent
android ×1
android-intent ×1
webview ×1