标签: android android-webview href
我的android应用包含WebView。其中一页包含 iframe ,其中包含 target ='_ blank'的“标签”。有什么方法可以在我的WebView而不是外部浏览器中打开该链接?
我尝试在 shouldOverrideUrlLoading 和 shouldInterceptRequest 方法中单击“ tag”并失败。