fryette / webview_cookie_manager

MIT License
48 stars 52 forks source link

Is getCookie() persisting cookies on the device? #42

Closed cihadaydemir closed 3 years ago

cihadaydemir commented 3 years ago

Hello guys,

I am currently working on a project where I need to persist a cookie of a webpage that I open with the WebView library.

So my question is, does the getCookie method persist its fetched cookies on the device or not, and if not is there a workaround to persist these cookies?