Hi.. Did anyone know how to get the full url to the content that should be downloaded in webview. I notice there is setDownloadListener (DownloadListener listener) method where we can get the url onDownloadStart method.
But i have problem when i open page A, i click hyperlink in page A and directly open a new page B. In page B i download some files so i want to know the full url of the file i just download, but i can't use the method above. Any solution??
Thanks.