Failed to load external scripts when running 'ionic emulate android' or 'ionic run android'

Try adding this plugin:

ionic plugin add cordova-plugin-whitelist

otherwise http requests are blocked - as of the latest Cordova version.

10 Likes