CrosswalkNative
CrosswalkNative copied to clipboard
XWalkCookieManager is no bound to the XWalk webview - unable to manage cookies
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?
XWalkCookieManager code was comment out due to compile errors. It requires fixes then re-compile of xwalk.
😭 Please, do you think you would be able to add this fix on a future release of your library?