IOS - How to share cookies between inAppBrowser and capacitor webview #4348
Unanswered
CarloDotLog
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am experiencing issues with sharing cookies between the InAppBrowser and the capacitor webView.
What I am trying to achieve is doing an authentication via inAppBrowser; and after, closing it and continue on an iframe in the main ionic webview.
In android everything works and the cookies are shared out of the box, in Ios this does not happen. In fact, whereas the inAppBrowser correctly receives the login cookies; in the iframe of the ionic app we do not have any session cookie.
Is there a way to replicate the same behavior of android on IOS devices?
Some info:
We are actually use inappbrowser:5.0.0.
We use an iframe that point to website.
Thanks in andvance
Beta Was this translation helpful? Give feedback.
All reactions