Ubuntu – Index page shows properly at chrome browser from “ionic serve” but show “webpage not found” from “ionic cordova run android –device”
While I try to run the app into emulator. net::ERR_CONNECTION_REFUSED exist. I have tried to add cleartextTrafficPermitted in network_security_config.xml. Then, add below code in config.xml but still not work. <preference name="hostname" value="localhost" /> <preference name="AndroidInsecureFileModeEnabled" value="true" /> ionic info: Ionic:…