Ionic View: I have pushed my app code up with git push ionic master. The code is there. I even did a clone so I can prove the code is there. I have built the code and shared the channel.
I go into the Ionic VIew app, and my app is there. I pick it. I get a blank white screen nothing…
With ionic serve, the app functions as expected. With Ionic DevApp when I can get that to work, the app behaves as expected.
I found this happens when you have an unstable npm package installed.
My problem was angular animations package.
I removed everything related to angular animations and it started working fine.
Usually this happens when you have an NPM package which requires dependencies that are not installed in your project yet…
Angular animations for instance, cause this problem all the time… I decided to let it go forever.