My app displays in browser but comes up blank when i run android build

Ok so ive been hitting my head on a wall for days now.

my app runs well in browser but when i build for android i can see just my header but my posts don’t come in on my android device. its just blank.

Almost as if its not loading my json file or maybe its lacking connectivity. but it works perfectly in the browser…
im lost… please anyone help me

Don’t you see nothing when remote debugging?

make sure that all http calls are properly written like this

 <link href="http://code.ionicframework.com/nightly/css/ionic.css" rel="stylesheet">

should not miss http like

 <link href="//code.ionicframework.com/nightly/css/ionic.css" rel="stylesheet">

i had to load the whitelist plugin for it to work. Thanks for the reply