Hello guys i think i've found the solution for this problem.
But this method only work with Android Studio Export project.
First this is my setup ( you need also make custom loader to display load progress after splash screen and enable Use Loader Layout )
And open Config.xml via Android Studio
you can follow this picture
Idk how this work, but this solve my problem around 80% wait time while cordova loading , i also tried delete splash screen and it work too. But i need to publish as fast as possible right now and i cant say its 100% save to use, but i will try it later
FYI this is all preference i have change :
<preference name="orientation" value="sensorLandscape" />
<preference name="fullscreen" value="true" />
<preference name="LoadUrlTimeoutValue" value="200000" />
<preference name="AutoHideSplashScreen" value="false" />
<preference name="ShowSplashScreenSpinner" value="true" />
sensorLandscape used to auto rotate for both landscape direction.
i have tried AutoHideSplash but not really help, there is still little gab between cordova splash to Construct 3 splash to First Layout
I hope i can do other experiment again about this, hope you can solve this problem too. Thanks