whitelisting a domain in ionic app
问题 I am going through the ionic tutorial present in http://ccoenraets.github.io/ionic-tutorial/build-ionic-project.html and ran the app on browser ionic serve and in android using ionic emulate android When I run the app as instructed in tutorial, it works well on my chrome browser but when I try to run on emulator, I dont see any data, its just empty screens with menus. I suspect its the problem with whilelist and added <allow-navigation href="*" /> to my /config.xml file but it still doesn't