Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Android 5+
Description
Since Android Lollipop / version 5 the inappbrowser cannot accept third party cookies due to changes to the default policy from the OS. The main cordova platform now accepts them by default to handle various workflows in which they are necessitated, however the inappbrowser hasn't yet followed suit.
In my particular usage scenario this creates problems with an opened browser not being able to pass through an oauth flow to another site in the background.
I have a fix for this which I will commit now in association with this ticket.