community icon indicating copy to clipboard operation
community copied to clipboard

ClearCache and ClearCookies do not work on ios

Open haznigulec opened this issue 3 years ago • 1 comments

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 avatar Feb 18 '22 07:02 haznigulec

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

haznigulec avatar Feb 18 '22 08:02 haznigulec