Android-AdvancedWebView
Android-AdvancedWebView copied to clipboard
Clearing Cookies
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.
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!