GitHub user Sinistralis opened a pull request:
https://github.com/apache/cordova-plugin-inappbrowser/pull/122
Added Android cookie sharing functionality between webviews
There currently exists a gap in functionality with Android as opposed to
iOS where iOS will actively share cookies with any inappbrowser webviews, but
Android does not. This simply adds in a hook that allows Android to share or
get cookies between the Cordova webview and the inappbrowser webview.
Please see the existing discussion below and contribute to it if there are
any concerns.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Sinistralis/cordova-plugin-inappbrowser master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-inappbrowser/pull/122.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #122
----
commit 32bcda6e69be39e2cbef3f582ac696873bb0b2bf
Author: Michael Zimmerman <[email protected]>
Date: 2015-10-08T19:05:57Z
Added functionality to Android for sharing cookies with the Cordova web
view to assist in SSO workflows.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]