webview_cookie_manager icon indicating copy to clipboard operation
webview_cookie_manager copied to clipboard

Results 13 webview_cookie_manager issues
Sort by recently updated
recently updated
newest added

I would like to be able to access cookies as they are set in the cookie manager. Is it feasible to support this feature?

Emulating on iPhone 12 Pro Max **System info** System Version: macOS 11.2.1 (20D74) Kernel Version: Darwin 20.3.0 **Flutter info** Flutter (Channel stable, 1.22.5, on macOS 11.2.1 20D74 darwin-x64, locale es-419)...

Hi there! I was triying to use flutter webview and I had to store some cookies for the session. I did not have any problem in my android device, but...

This is a feature request. As discussed in #16, currently this library doesn't respect the `SameSite` attribute of a cookie. My assumption is this is due to `Cookie` class in...

`package:flutter_inappwebview/src/types.dart The element type 'Cookie (where Cookie is defined in C:\Flutter\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_inappwebview-5.4.3+7\lib\src\types.dart)' can't be assigned to the list type 'Cookie (where Cookie is defined in C:\Flutter\flutter\bin\cache\pkg\sky_engine\lib\_http\http.dart)'.dart[list_element_type_not_assignable](https://dart.dev/diagnostics/list_element_type_not_assignable) types.dart(3494, 7): Cookie is defined...

How can we set a json string as a cookie. When attempted to do so it throws an error saying ``` Exception: FormatException: Invalid character in cookie value, code unit:...

I am getting this error **WebviewCookieManagerPlugin.java uses or overrides a deprecated API.** my config minSdkVersion 19

Unfortunately, the following problem arises when running flutter build appbundle: Note: /Users/XXX/.pub-cache/hosted/pub.dartlang.org/webview_cookie_manager-2.0.6/android/src/main/java/io/flutter/plugins/webview_cookie_manager/WebviewCookieManagerPlugin.java uses or overrides a deprecated API. My Settings: Flutter: 2.10.4 ext.kotlin_version = '1.6.10' classpath 'com.android.tools.build:gradle:7.1.2' compileSdkVersion 31 minSdkVersion...

Sometimes exists problem with keeping session of logged in user. On API 21+ we need to call `flush()` method after set cookies on Android. This PR is fix for issue...

Sometimes exists problem with keeping session of logged in user. On API 21+ we need to call `flush()` method after set cookies on Android. Some resources: https://github.com/react-native-cookies/cookies/issues/58 https://innodroid.com/blog/post/webview-cookies-headers-and-user-agent