Open haznigulec opened 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
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