I'm trying to replace the default Ionic Cordova webview with the contents of an external website. I do not want this external website to open up the in app browser however. I simply want the app to display the website.
I've added the following to my config.xml file, but this just opens up a web browser and goes to the specified website.
<content src="https://somewebsite.com/" />
<allow-navigation href="*://*.somewebsite.com/" />