GitHub user hosikiti opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/165
Enable thirdparty cookies on >=Android 5.0 device I added some codes to accept thirdparty cookies for >= Android 5.0 devices. Since Android Lollipop changed its thirdparty party cookie policy from "accept" to "block" by default. https://github.com/apache/cordova-plugin-inappbrowser It seems that latest Cordova-Android has already changed in the same way. https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/engine/SystemCookieManager.java You can merge this pull request into a Git repository by running: $ git pull https://github.com/hosikiti/cordova-plugin-inappbrowser develop Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-inappbrowser/pull/165.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 #165 ---- commit 670ac604066b8939fdb327d780ededcaf27d0a7f Author: Kei Oikawa <oik...@s-ovation.jp> Date: 2016-05-03T01:23:15Z Enable thirdparty cookies on >=Android 5.0 device ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org