GitToTheHub commented on issue #1071: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1071#issuecomment-4761723691
beforeload issues should be fixed with version 7.0.0. beforeload will be fired also for the first url load in iOS and Android which is expected. You have to check how to handle the url load. Opening an url in the system browser works by calling `cordova.InAppBrowser.open(url, "_system");` in your beforeload handler. -- 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]
