How to download JS-created file in WebView for Android Studio?
I'm trying to build a webview app and I'm having a problem and that is how to allow users to download a javascript build file. I tried this code and it works perfectly with normal download link. But it was…