I'm working on a Cordova app at the moment, and none of the documentation is very clear about what the difference is between these three methods for displaying websites.
This is about the extent of the documentation, anywhere:
_self - opens in the Cordova WebView if url is in the white-list, else it opens in the InAppBrowser
_blank - always open in the InAppBrowser
_system - always open in the system web browser
Also, it doesn't state where I have to white-list URLs. Any suggestions there?