I am currently developing an application with Framework Ionic2 / Cordova. The application is ready for beta testing, and I uploaded it to the Google Play Store. Everything works very well in the release.
Today I tried to change some things in the code and recognized the problem when I launch the application from my computer on my phone. A white screen appears after the splash screen, showing about 30 seconds! Ich checked the device using the debugger, and after installing the "Device Ready" application, it works after 3 seconds. Throughout the rest of the 30s, nothing happens. After that, the application appears, and everything works as before.
I already tried to create an application with -prod -release, but that doesn't make any difference.
So, my first choice was to reset my project to an older git commit to fix the problem, but now in each! lock the white screen for about 30 seconds. I can return as 10 commits, and still there.
I was thinking about a problem with cordova plugins or something like that, and why the problem is occurring in every version now.
Maybe this is possible, or some of you have advice for me?
/ editing: Intriguingly, when I want to debug the application and run it using the ion run android --livereload --consolelogs it does not show errors, the white screen after the splash is still present, but it lasts only 5 seconds.
source share