XandiKarlen edited a comment on issue #751: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/751#issuecomment-733695616
@NiklasMerz We also had a problem just recently with managing the session cookie between different instances of the InAppBrowser. What we did was changing up the import in the `CDVWKInAppBrowser.m` to use `../../../CordovaLib/Classes/Private/Plugins/CDVWebViewEngine/CDVWebViewProcessPoolFactory.h` instead of the one currently used and also change the instance of the `sharedFactory` object. Maybe this will help ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
