0

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

Femi Adigun
  • 59
  • 2
  • 10
  • See if this helps you: http://stackoverflow.com/a/29916802/4412363. Also, you might face `CORS` issue. In that case, you can use `$http.jsonp` in your Ionic+Angular app. – Keval May 13 '15 at 11:00
  • The whitelist worked. Thanks a million times – Femi Adigun May 13 '15 at 20:46

0 Answers0