fryette / webview_cookie_manager

MIT License
48 stars 52 forks source link

Private #18

Closed woutervanwijk closed 3 years ago

woutervanwijk commented 4 years ago

Just an idea: Private mode is not possible with webview now. Make it possible to do a private mode: store all cookies on start, clean them and (optionally) restore the cookies after the webview closes

yankai3306 commented 4 years ago

if cookie.value = "{\"123.123.123.123\": 1234}:5678:9999" webviewCookieManager.getCookies(url) is error. FormatException: Invalid character in cookie value, code unit: '92' (at character 2)

fryette commented 4 years ago

@yankai3306 created a separate issue for that

yankai3306 commented 4 years ago

If the value in cookies contains \", this method will fail to parse in Dart.

fryette commented 4 years ago

@yankai3306 let's move to here https://github.com/amag2511/webview_cookie_manager/issues/19

fryette commented 3 years ago

It's not the aim of the current plugin to provide anonymous mode. Close for now.