I've been away from my Cordova app for a bit, but just did a fresh clone yesterday and noticed that it's got the "white screen of death" symptoms -- the splash screen displays, the program loads... and then I just get a blank screen. Some more details:
- CLI: Cordova 6.1.1, android 5.1.1, ios 4.1.1
- I'm not using any special plugins to display a splash screen -- just
<splash>
elements in my config.xml file. - This is happening in both iOS and Android, both on local builds and using PhoneGap Build (i.e., debug and release).
- There are no exceptions of missing resources in the console, either in iOS (using Safari's dev tools) or Android (using Chrome's dev tools).
- I've done a diff with my last known working build, and there's really nothing that pops out. I saw an undefined Underscore reference, but I backed that change out and it didn't resolve anything -- I think I'd see the exception in the console, anyway.
Has Cordova / PhoneGap done something recently that might be causing this? Any ideas on how to isolate this one? I'm really stumped.