I needed both cordova-plugin-inappbrowser to be installed
cordova plugin add cordova-plugin-inappbrowser
and use window.cordova.InAppBrowser.open instead of window.open
window.cordova.InAppBrowser.open(url, "_system");