pwnall / chromeview

Proof of concept Android WebView implementation based on Chromium code
1.69k stars 434 forks source link

CookieSyncManager not working #55

Open devkhpark opened 9 years ago

devkhpark commented 9 years ago

I want to sharing session between httpclient and webview. I'm already used to 'CookieSyncManager' in webview. and, it's work perfectly.

But, in this case, 'CookieSyncManager' is not working. Of course, I changed to ChromeCookieManager for setting cookie on that browser. maybe, CookieSyncManager allows of only maintaining session in webview. I'm struggling to solve this problem. so, how can I do that?