I\'m using Phonegap 4.2 (based on Cordova 5.0) to create a cross-platform application.
The application is for Android and iOS.
When a user loads the app, he is
Using the InAppBrowser's .open(url, '_blank', args)
method solved my issue.
The newly loaded page is able to access the previously defined methods and I'm also able to inject some code and add some event based listeners to the newly assigned page, if I'm interested in that, but that isn't required at all.