GitHub user jcesarmobile added a comment to the discussion: How to open system browser from link in the inappbrowser
You can use the `beforeload` event to check the url which is going to be loaded, and call `cordova.InAppBrowser.open(params.url, '_system');` GitHub link: https://github.com/apache/cordova/discussions/429#discussioncomment-6817555 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
