White screen in Android

I am getting blank white screen. My app starts shows the loading black screen (NO Splash screen added). Starts, and it shows blank white screen.

  1. Everything Working fine in chrome browser and android browser.
  2. Not Working in Android Emulator
  3. Not Working in Android Device.

Latest Ionic CLI.

What do your error logs say from the device and simulator?

@nicraboy: How to get error logs. ???

See this and circle back.

Regards,

2 Likes

I have resolved the error it was due to case error. My default template page was “Manager.html” and in app.js page it was “manager.html”. Due to spelling case mistake it was not loading up the first page and showing the blank white screen in android and emulator. That’s why it was running fine in chrome.

Thanks for your help. @nicraboy