Closed Graphicscore closed 4 years ago
It depends on Webview implementation. If under the hood webview also using native CookieManager then everything appears automatically. But you can test and share the result here.
Does webview_flutter package uses CookieManager under the hood ?
I know that if you set cookies via this library webview_flutter
obtain this cookies and successfully can use it, so seems that the answer is yes.
More of a question than a issue. Does this plugin automatically add the cookies in the cookie manager if the web view creates new cookies ? Or do I have to get them via JavaScript and add the manually ?