I have a very basic app: a Navigation Drawer where each menu leads to a different fragment. The theme is that the fragment "Gallery" has a webview that shows an own online gallery and that gallery in turn has a button to download the photo shown. But when you click on download, nothing happens :( (The web that contains the gallery is not the problem, since when opening the link in googlechrome I can download the photo without problems)
I have the permissions of "INTERNET" and "WRITE_EXTERNAL_STORAGE" declared in the manifest.
I would greatly appreciate your help: D