[Solved] Android Only White Screen Bug

Hey everyone!

We are having an Android specific “White Screen” bug. I’ve done a lot of searching around this forum and over on Stack but no one seems to be having the same issue we are.

First off
-The console is completely clean, no error messages etc.
-Tried removing all Cordova plugins and re-adding
-Tried both official Emulator and Genymotion
-Tried with both Crosswalk added and no Crosswalk.

The content is loading into the DOM just fine but it is like there is just a white layer on top of everything. For example:
-I can swipe out the sidebar and see the changes in the DOM but no visual change
-I can see it performing startup network calls in the background XHR requests

The app works perfectly normal on iOS with no issues at all.

Here is a dump of system info

Cordova CLI: 5.0.0
Gulp version: CLI version 3.8.11
Gulp local: Local version 3.8.11
Ionic Version: 1.0.0
Ionic CLI Version: 1.5.0
Ionic App Lib Version: 0.1.0
ios-deploy version: 1.6.1
ios-sim version: 3.1.1
OS: Mac OS X Yosemite
Node Version: v0.10.35
Xcode version: Xcode 6.3.2 Build version 6D2105

Was an issue using a template for the base route that was coded into the routing file, rather than as an external HTML template! Resolved!