-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Get cookies #3
Labels
enhancement
New feature or request
Comments
There isn't a method to get cookies from native webview at the moment, but I can add this feature in the new release (I think I will release it these days)! However have you tried using javascript like so: @overidde
Future onLoadStop(String url) async {
print(await this.injectScriptCode("document.cookie"));
} Maybe this could work for now. |
It works. Thanks! |
pichillilorenzo
added a commit
that referenced
this issue
Oct 27, 2018
With the new version 0.5.3 you can also use the class |
Closed
Closed
This was referenced Jul 6, 2020
Closed
Closed
plateaukao
pushed a commit
to plateaukao/flutter_inappwebview
that referenced
this issue
Jul 27, 2020
…ar_logic don't change scrollbar show/hide status when scrollinging is enabled …
5 tasks
4 tasks
4 tasks
4 tasks
Closed
4 tasks
Open
jonahzheng
added a commit
to jonahzheng/flutter_inappwebview
that referenced
this issue
Sep 26, 2022
E/flutter (10050): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'Null' is not a subtype of type 'bool' E/flutter (10050): #0 RendererPriorityPolicy.fromMap (package:flutter_inappwebview/src/types.dart:4598:38) E/flutter (10050): pichillilorenzo#1 AndroidInAppWebViewOptions.fromMap (package:flutter_inappwebview/src/in_app_webview/android/in_app_webview_options.dart:422:61) E/flutter (10050): pichillilorenzo#2 InAppWebViewGroupOptions.fromMap (package:flutter_inappwebview/src/in_app_webview/in_app_webview_options.dart:72:38) E/flutter (10050): pichillilorenzo#3 InAppWebViewController.getOptions (package:flutter_inappwebview/src/in_app_webview/in_app_webview_controller.dart:1643:39) E/flutter (10050): <asynchronous suspension> E/flutter (10050): pichillilorenzo#4 _WebViewTabState._buildWebView.<anonymous closure> (package:flutter_browser/webview_tab.dart:158:39) E/flutter (10050): <asynchronous suspension>
3 tasks
2 tasks
2 tasks
2 tasks
2 tasks
2 tasks
pichillilorenzo
pushed a commit
that referenced
this issue
Sep 23, 2024
Upgrade OrderedSet to add privacy manifest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to get cookies?
The text was updated successfully, but these errors were encountered: