Sometimes, my app loads. Other times, it does not. Runs fine from the browser but on the device it will sometimes fail to load properly - views don’t render right, status bar is overlapped, etc. In every such instance, if I check Weinre I see that it’s getting the messages:
deviceready has not fired after 5 seconds.
Channel not fired: onCordovaReady
I’m using Phonegap + Angular/Ionic, most recent versions all around.
Suggestions?