Search code examples
angularjscordovaionic-frameworkphonegap-cli

ionic mobile app gives white screen


I have created one ionic app it runs perfectly fine in browser but when I convert it into app it gives white screen.

I have already install white list plugin and allowed all url in config and also have kept meta tag. Am not able to find any other solution.

When kept simple html file am able to view it.

Any help will be grateful.May be good way to debug will be also good.


Solution

  • Ok just answering this question so it will be helpful to all.

    Below blog was helpful for me that how I can debug http://gonehybrid.com/how-to-debug-the-white-screen-of-death-in-your-ionic-app/

    And guess what was issue, folder name in app is case sensitive. I was just need to change a folder name as per exact case sensitive path I provide in index file.