After repeatedly restarting my app on Galaxy s4, the app crashes with a white or blank screen, I attached the error log from my console, also tested the sample app generated using “ionic start myApp tabs”, same result. Any idea?
Some update:
I tried updating the Android platform using “cordova platform update android” command, it seems to be fixing the problem, still have no idea what was the issue. Now when I restart my app it feels much faster. Any idea?
Hmm depending on the version of cordova you were using, it could cause some problems.
It’s always suggested that you use the latest version of cordova and update the local project after
I’m getting the same thing on my S4. I am not getting any errors though. I am using Google’s remote debugging.
I started with a blank ionic template and added my on routes & views. The view templates are in a separate folder (templates/someview.html). When I had my views inline with my index.html it worked. I really don’t want to revert back to that.
I also have some issues with using Sass. That broke 'ionic serve". I can only build to an emulator or directly to my device now.
No luck. I get the 3 options, WiFi, VirtualBox, localhost. I chose localhost and it breaks. I get the error every time now. I may try the ionic vagrant box. Windows is just not working out.