ks32 / CrosswalkNative

Embedded Crosswalk 77 webview based sample project.
95 stars 42 forks source link

XWalkCookieManager is no bound to the XWalk webview - unable to manage cookies #34

Open berserkore opened 3 years ago

berserkore commented 3 years ago

XWalkCookieManager is no longer attached to the XWalk view. Which means that we can longer manage cookies when using this version of crosswalk. You can test this issue by using the following line: XWalkCookieManager().hasCookies() will always return false even after login or accessing any websites. Other functions of XWalkCookieManager are not working like it used to be. This class and functions used to work on previous versions of crosswalk. Is there any way to fix it?

ks32 commented 3 years ago

XWalkCookieManager code was comment out due to compile errors. It requires fixes then re-compile of xwalk.

berserkore commented 3 years ago

😭 Please, do you think you would be able to add this fix on a future release of your library?