when I execute the app on a mobile I can see the splash screen, but after the splash screen, it shows a white screen instead of my app.
I think that I have this problem after updating Angular to the version 6.1.0.
If I build a brand new app it works well.
If I try the app using the command ionic serve -lcs and “Ionic Dev App” I don’t have this problem.
I don’t know how to debug this problem because I have no errors, only a white screen.
I’ve found some similar question in the forum, but they refer to previous versions of Ionic.
Do you get the same problem without --release and/or --prod?
Compare the dependencies of the newly created project with what you have - are you in the future? Some unsupported newer library?
Yes, I get the same problem without --release and/or --prod.
I’m checking these dependencies.
But another strange things is that if I try to install the “.apk” I get this error: “App non installed”.
According to a post found on Internet I’ve used an Apk Editor to change the Installation Path.
After this modification the App starts, I can see the splash screen and after a white screen.
Sorry, this was another problem discussed and solved in this thread in which I talk about a new brand app.
Here I’m talking about an app with many customizations.
Installing and executing the file app-debug.apk on my phone, I still have a white page after the splash screen.
I’ve also installed the same core dependencies of a newly created project and the problem still remains.
So the problem regards my customizations in the code or in some additional modules installed.
At the end I’ve created a new project and added the pages and the modules one at time.
Now it works.
The only files that change between the two versions of the app are