Ionic apps start with white screen or minimized on Windows 8.1

Hello all,

I am trying to run ionic apps (the template ones, tabs and sidemenu) on Windows 8.1 but I am having some problems:

  • The application starts minimized;
  • After trying to maximize it, the application gets minimized again;
  • If the application is not minimized when it starts, the first screen is always white;
  • If I run ionic serve everything looks fine

Minimized Application
image

White screen

What I am using:

  • Windows 8.1 Enterprise 64 bits
  • Ionic 2.0.0-beta.17
  • Cordova 6.0.0
  • Node 4.3.1

Does any one have any idea how can I fix this?

I have the same problem, blank screen. I found the error, what happens is that windows detects several errors in the code javascript. For example: missing ‘;’. Maybe it is because ionioc 2 is in beta. And the compilation of Typescript to javascript is not correct.

Greetings.