The problem is:
my application shows a WebView for a user, and after when he has download some file I want to call a logic when downloading was finished.
I have tried to use setDownloadListener(), but method onDownloadStart() was not invoked
Could any body say me how to handle fact that file downloading has finished?
Thanks.
P.S. sorry for my English =)
setwebview client for your webview . Inside webview client u can override on pagefinsih, do ur work from there