Skip to content
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

Add support for passing a list of cookies to be set #238

Open
wants to merge 293 commits into
base: master
Choose a base branch
from

Conversation

craigloftus
Copy link

@craigloftus craigloftus commented Nov 15, 2018

This adds support for passing a list of cookie objects to be added to the cookie manager of the webview before the initial url is opened, these will be persisted for subsequent requests and can be changed by responses handled by the webview.

I've tested this on an android 9.0 and on an iOS 11 simulator, and I'll be following up with testing it across a wider range of devices when I can get my hands on them.

The approach I've taken on iOS is definitely limited to >=11 due to the use of httpCookieStore, but I should be able to get it to work for earlier versions if that is required.

Also, this is my first time writing java or objective-c, so I apologise in advance for any clangers.

howardt12345 and others added 30 commits April 8, 2018 08:38
Never set minSdk and targetSdk in manifest.
Taking safe areas into account for bottom bars
PoojaB26 and others added 27 commits August 17, 2019 02:32
bugfix: Added google() repository to allprojects to satisfy androidx build rules
…l-dart

Add JavascriptChannel abstraction in dart code
Listen javascript function from flutter
* added initial test support

* added travis setup

* modified tests

* test new travis script

* added tests for android

* added android unit test support

* upgraded script

* fixed typo

* added execute permissions

* configured gradle

* configured github actions

* updated github actions

* added andorid ut

* added android yml

* renamed files and tasks

* removed redundant name

* renamed tasks

* fixed andorid ut script
…#600)

* added callbacks to canGoForward and canGoBack for android

* added flutter tests
added ios implementation

* updated readme
* Fixed ios compilation, added clear cache for ios

* added cleaning cache for android

* updated readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.