fncapps
fncapps
Same here. It shows up when going into the login page.
I'm also interested on this feature!
The idea was to look at the end of the URL for any kind of mimetype and start a download manager request if it was supposed to be downloaded. The...
+1! Really need this feature. Maybe you can try just to provide a callback to onDownloadStart? Each dev could decide what they want to do with this method.
Thanks man! ;)
Hi @TheFinestArtist , I've been looking into the listener but I'm not able to make it work. Here is what I have: ``` .setWebViewListener(new WebViewListener() { @Override public void onDownloadStart(String...