App works fine with ionic serve but shows a blank white screen (but no errors) with ionic emulate ios/android --livereload

So, my app works fine when I view it in the browser with the “ionic serve” command but when I try to emulate it with “ionic emulate ios/android --livereload”, i get a blank white screen. I don’t get any errors either.

I also noticed that when I just run “ionic emulate ios” (or android) I get this:

image

It’s like its not running any of the code.

Has anyone else had this issue and was able to fix it?

I have the white screen problem with iOS.
I added
<allow-navigation href="http://*/*"/>
to the config.xml just before
<allow-intent href="http://*/*"/>
It started working after that

also to get logs
consolelogs or c to enable/disable console log output
serverlogs or s to enable/disable server log output

so try
ionic run ios -l -c -s