Hi
How can I clear WebView cookies..
I found this code here.. but its for httputils which will not apply.
Thanks in advance.
How can I clear WebView cookies..
I found this code here.. but its for httputils which will not apply.
Download file using HttpUtils and webView with cookies
Very recently I had to get cookies for a download using httpUtils, here's how it worked for me. First I initialized manager and handler (in appStart), as seen in Erel's code in this old thread. Then, in the sub used to download the file, I got cookies and began download. 'in process_globals...
www.b4x.com
Thanks in advance.