Github user shaggy8871 commented on the issue:
https://github.com/apache/cordova-plugin-inappbrowser/pull/198
This patch works well when applied manually. To enable, pass
`acceptThirdPartyCookies` as an option to `open()`:
```
cordova.InAppBrowser.open('<domain>', '_blank',
'acceptThirdPartyCookies=yes');
```--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
