Android-AdvancedWebView icon indicating copy to clipboard operation
Android-AdvancedWebView copied to clipboard

Clearing Cookies

Open dcovar opened this issue 8 years ago • 1 comments

Hi! I just added this library in my project and it's awesome. The only problem I'm having with it, and that I had with the default WebView, is that in order to clear cookies you have to use the CookieManager, and even then the remove methods require API 21. So I'm wondering if you guys have a method built in that does it and I'm just not seeing it. If not then I can probably look into finding a solution and submitting a pull request if that's something you guys would like to add. Note: Also I can't disable cookies because the website I'm loading requires cookies for authentication. Thank you.

dcovar avatar May 25 '17 22:05 dcovar

Thanks!

Regarding an easy way to clear cookies: No, we don't have that yet, unfortunately.

But, as you said, perhaps we should add it. So a pull request would indeed be welcome!

ocram avatar Jun 08 '17 23:06 ocram