I am trying get data from a simple api, it works fine in ionic serve(browser) , But when i build the app http call does not work. my Code is
I am Guessing that your are getting this because of android changes its http architecture.
to make it working on Android go to your project root folder.
yourAppFolder > resources > android > xml > network_security_config.xml Change your network security config to blow code.