fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

Cookies and auto login issue #884

Open fedorstepanovv opened 3 years ago

fedorstepanovv commented 3 years ago

My main goal is to save cookies to enable auto-login for the next launch of my app. But I have the issue that on android 5 everything works fine, But on Google Pixel with higher version of android i cant do the same thing. It saves the data perfectly but i it doesnt want to navigate users to the dashboard until he doesnt press the button "login" in the right corner. So, how can i make it works fine?