fryette / webview_cookie_manager

MIT License
48 stars 52 forks source link

Does this plugin automatically add cookies from the We view to the CookieManager ? #15

Closed Graphicscore closed 4 years ago

Graphicscore commented 4 years ago

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 ?

fryette commented 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.

Graphicscore commented 4 years ago

Does webview_flutter package uses CookieManager under the hood ?

fryette commented 4 years ago

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.