fluttercommunity / community

Flutter Community - A central place for community made Flutter content.
1.56k stars 121 forks source link

ClearCache and ClearCookies do not work on ios #92

Open haznigulec opened 2 years ago

haznigulec commented 2 years ago

flutterWebViewPlugin.launch(selectedUrl,clearCache: true,clearCookies: true),

The code is simple. it is working clearly on android device but on ios its not. Is there something I missed? @jeroen-meijer

haznigulec commented 2 years ago

I mirror the authenticator page with webview and log in to the user, but it logs in automatically on every subsequent login. If I clear cache and cookies when he wants to log out of his account, he does not log in automatically, but this method did not work on iOS