Bug in WebView Download Request.

When Request Download URL … then actually not running URL in background … user agent running So we can’t download any files from webview … this problem facing many developer…

Can you elaborate?

Are you using Background Task extension

???

When any one want download something then Downlable URL should be running in background/behind the screen but it is not happening actually “browser’s user agent running” in behind screen so downloader extention could not find any downloadable url and it can’t download something … For test this you can you a Label and text change label with url (download request url) and you will be understand everything… then

No I used a Label for getting url then I got user agent code of browser replacing url … so this problem is a bug in webview…

Show your blocks