lbod commented on issue #571: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/571#issuecomment-820513610
> Ah, my bad, sorry for any confusion. That's fine, more than happy to have someone reply! > For example, if the user was on a single page application, and clicked a link deep within that that would just be opened in a separate window (specifically it was an app protocol that the IAB couldn't even recognize), I wanted to not leave the page the IAB was on because they would lose their state on the page and would have to re-navigate to wherever they were when they came back. That's effectively what we're trying to do also, I think anyway. We want some links from a single page app to open in a system browser and the rest to remain in the launched InApp browser. I thought you need to use `beforeload` to either continue the load in the opened InApp browser using `_loadAfterBeforeload` or else load a new system browser? I can't see how I'd prevent navigation without using `beforeload`, though I'm maybe misunderstanding. -- 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]
