Ok I found my problem. Solved it like following:
-
cordova plugin add cordova-plugin-whitelist
-
In my config.xml, added < allow-navigation href=“http://localhost*”/ >
-
Just to be sure, enhanced my run command with -address localhost, like
ionic run ios --target=“iPhone-6, 9.1” -c -s -l --address localhost