delight-im / Android-AdvancedWebView

Enhanced WebView component for Android that works as intended out of the box
MIT License
2.39k stars 574 forks source link

Sync cookies #222

Closed ArabAgile closed 5 years ago

ArabAgile commented 5 years ago

What is the best way to sync multiple cookies with AdvancedWebView?

Is there any custom function I can pass the headers/cookies initially, then let the webview sync any internal cookie?

Thanks

ocram commented 5 years ago

Perhaps CookieManager.getInstance().setCookie(...) may be helpful