I found out Ionic apps have much longer loading time than usual apps built with Java.
Is there any way to reduce Ionic’s loading time?
Also, I have white splashscreen issues for all apps I build on Ionic.
Why did Ionic developers implement this white splashscreen which is obviously useless?
When you build your app you need build with the flag --prod and --release, about the white screen that is the default behavior, you can change that, personally I close the splash screen on the load method of my main page.