You can push it to browser using this javascript snip,
window.open("http://yourexternallink.com","_system");
Even if you have inAppBrowser installed, this will take you to browser..
If you wish to open the link inside your app, you need below snippet,
var onInApp = window.open('http://paymentpage.com', '_blank', 'location=no,hidden=yes,closebuttoncaption=Done,toolbar=no');
make sure that you added cordova plugin add cordova-plugin-inappbrowser
plugin..
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…