After I build ios and android successfully, IOS run without loading showing, but android have loading showing when I run my apps. How can I delete the loading.
This is the android apps ‘loading’, when I open android apps.
After I build ios and android successfully, IOS run without loading showing, but android have loading showing when I run my apps. How can I delete the loading.
This is the android apps ‘loading’, when I open android apps.
<preference name="ShowSplashScreenSpinner" value="false"/>
In your config.xml
Thank you very much. Problem solved!!!