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