Share Ionic 3 speed up boot time?

file config.xml
add > >
    <preference name="SplashMaintainAspectRatio" value="true" / >
    <preference name="SplashScreen" value="screen" />
    <preference name="AutoHideSplashScreen" value="true" />
    <preference name="ShowSplashScreen" value="true" />
    <preference name="SplashScreenDelay" value="0" />
    <preference name="SplashShowOnlyFirstTime" value="false" />
    <preference name="ShowSplashScreenSpinner" value="false" />
    <preference name="FadeSplashScreen" value="false" />

ionic cordova build android --prod  nice working....

Please edit your post and use the </> button above the post input field to format your code or error message or wrap it in ``` (“code fences”) manually. This will make sure your text is readable and if it recognizes the programming language it also automatically adds code syntax highlighting. Thanks.

Do you have a problem or a question?

1 Like