I created an android app with ionic framework, the app gets data from external API using ajax, and loads header logo from same external API. Its working fine on my browser once I disabled web security (chrome). But once I deployed to my android phone, The app was unable to access/use internet. The data is returning empty page and the logo is not found . I have set : 1. in config.xml 2. in manifest before application
Please what am I doing wrong or missing.
Thanks