Heshyo commented on issue #356: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/356#issuecomment-950170472
As @boynet commented https://github.com/apache/cordova-plugin-inappbrowser/pull/263#issuecomment-442143355 , this works the 1st time a `customscheme` is opened. The following times, the callback is never called. This is linked to https://issues.apache.org/jira/browse/CB-13198 and the fix is simple: add the `customscheme` event to the _system InAppBrowser after opening it. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
