Download Blob file from Website inside Android WebViewClient
问题 I have an HTML Web page with a button that triggers a POST request when the user clicks on. When the request is done, the following code is fired: window.open(fileUrl); Everything works great in the browser, but when implement that inside of a Webview Component, the new tab doesn't is opened. FYI: On my Android App, I have set the followings things: webview.getSettings().setJavaScriptEnabled(true); webview.getSettings().setSupportMultipleWindows(true); webview.getSettings()