Ionic app shows up in Chrome development tool as http://localhost:8080 instead of file:///android_asset/…

Somehow uninstall the cordova pluginĀ  cordova-plugin-ionic-webview changes this.

The application will then fall back to the old webview and so when trying to do a cors call, it won’t try to send a preflight request OPTIONS.

Leave a Reply

Your email address will not be published. Required fields are marked *