Marcexl commented on issue #191:
URL:
https://github.com/apache/cordova-plugin-splashscreen/issues/191#issuecomment-761105728
Yeap the answer of @ThorvaldAagaard is simple
1) you need to add this
<platform name="browser">
<preference name="AutoHideSplashScreen" value="true" />
<preference name="ShowSplashScreen" value="false" />
</platform>
to your config.xml
2) run cordova buil browser
3) update files on your site
4) solved!
----------------------------------------------------------------
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]