anUniqueBoy commented on issue #288:
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/288#issuecomment-671740330


   > Please use English.
   <preference name="SplashScreen" value="screen" />
   <preference name="SplashScreenDelay" value="0" />
   <preference name="FadeSplashScreenDuration" value="750" />
   <preference name="ShowSplashScreen" value="true" />
   <preference name="SplashScreenDelay" value="30000" />
   <preference name="AutoHideSplashScreen" value="false" />
   <preference name="SplashShowOnlyFirstTime" value="false" />
   <preference name="FadeSplashScreen" value="false" />
   <preference name="loadUrlTimeoutValue" value="100000" />
   <feature name="SplashScreen">
       <param name="android-package" 
value="org.apache.cordova.splashscreen.SplashScreen" />
   </feature>
   The Launched page disappears in 2 seconds, and then a blank screen. After a 
period of white screen, the hide method in app.component can be reached.
   
   How to hide automatically if you don’t write the hide method in 
app.component, it seems that AutoHideSplashScreen does not take effect
   
   I also tried to hide the Launched page, but it didn’t work.
   
   may I know what is the reason
   
   cordova: 9.0.1
   The package is IOS platform
   ionic : 3
   cordova-plugin-splashscreen :5.0.2
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to