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:
It’s like its not running any of the code.
Has anyone else had this issue and was able to fix it?