My app currently works in both ‘ionic serve’ mode and when running with the livereload flag on both the device and the emulator
The app is blank when run / emulated without the livereload tag.
Does anyone have any idea what this might be caused by? For some reason, every resource is failing to load when running without the livereload tag (see below screenshot )
I’m not sure if this will help you much but I had the exact same problem. In the end I could not work it out so I created a new application and copied the code across slowly.
Lesson learned (and a practice I generally follow now) is to make small commits to the code base and test in small stages so issues can be pinpointed sooner.
I’ll keep an eye on this thread should a solution be found.