Hi,
I try to emulate my Ionic application on Android. Once my application start in the emulated device, it breaks with the following error:
Application Error
net::ERR_CONNECTION_REFUSED (http://localhost:8100)
and also
Webpage not available
The webpage at http://localhost:8100 could not be loaded because: net::ERR_CONNECTION_REFUSED
Debugging same project works like a charm in browser and in iOS debugger.
cordova-plugin-whitelist is already installed and I have the following rule in my config.xml
Any help would be appreciated.