exaland commented on issue #244:
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/244#issuecomment-1501685026

   This is bug for Browser platform because the **cordova-plugin-splashscreen** 
is not properly configured
   
   Go to your config.xml file and add this 
   
   ```
       <platform name="browser">
       <preference name="SplashScreen" value="/img/logo.png" /> <!-- defaults 
to "/img/logo.png" -->
       <preference name="AutoHideSplashScreen" value="true" /> <!-- defaults to 
"true" -->
       <preference name="SplashScreenDelay" value="3000" /> <!-- defaults to 
"3000" -->
       <preference name="SplashScreenBackgroundColor" value="green" /> <!-- 
defaults to "#464646" -->
       <preference name="ShowSplashScreen" value="false" /> <!-- defaults to 
"true" -->
       <preference name="SplashScreenWidth" value="600" /> <!-- defaults to 
"170" -->
       <preference name="SplashScreenHeight" value="300" /> <!-- defaults to 
"200" -->
   </platform>
   ```
   
   
      


-- 
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.

To unsubscribe, e-mail: [email protected]

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