I just updated my cordova version. When I run
cordova -v
It outputs version 5.0.0
On the older version of Cordova I had (I actuall
Just remove the content of the meta tag in the index page <meta http-equiv="Content-Security-Policy">
<meta http-equiv="Content-Security-Policy">
Turns out I was just missing the following plugin:
cordova-plugin-whitelist
After I installed it, rm the android platform, re-added the android platform, build and run, it worked!