Rank: Member Groups: Member
Joined: 3/21/2020 Posts: 14
|
how to download images in webview ? I am currently get the URL and cookie and using webhttpRequest to download images, but I feel that this is too troublesome
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,245
|
Hi,
WebHttpRequest is the correct way to download image. It would be more troublesome if you were to use the WebView to do so because by default the WebView would display the image. As such additional steps must be taken to prevent that, where as for WebHttpRequest you do not have to worry about that.
Thanks!
|