New IONIC App now is hosted under localhost when ran from device

Hi,
I just created a new IONIC App, and when i run it, i see in the DEV Tools, it is hosted under LOCALHOST.
Due to which, all my $http calls are getting CORS Errors. My guess is it is because of a plugin called ionic webview( https://github.com/ionic-team/cordova-plugin-ionic-webview ). When i remove it, my build fails.
How to fix this.
Why the plugin is being forced in the installation if we don’t need it.

Thanks
Sourav

Solved it by removing the plugin as described here