-
Notifications
You must be signed in to change notification settings - Fork 936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I set cookie from outside? #112
Comments
And when I call print(FlutterWebviewPlugin().getCookies());
|
And It can't load local url |
Anyone here? |
You should use 127.0.0.1 not localhost for local url |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
I see there is a
getCookies
method, but I want to set cookie to webview, so webview and app can share the same session.I tried the following method, but not working.
I tried the JavaScript code in Chrome, it did work.
Env
The text was updated successfully, but these errors were encountered: