-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not disable splash screen for browser platform #191
Comments
Same problem for me. I can't change the logo/background color or anything else on browser platform. (I can change, but no effect). So the Splashscreen always displays a missing image which is really ugly. Thats why I wanted to disable the splash screen for browser platform. But as @elitacco says, without effect. |
@jakobkuehne Could you please report these other problem you are seeing as individual issues? Otherwise this will get lost in here and never get fixed. Thanks. |
Right now I am switching from VueJS to NuxtJS with VueJS. I will try that with NuxtJS in a few days (hopefully) and If I have the same problem there, I will report it as individual issue. |
Same problem here. Can't change any |
Related m0dch3n/vue-cli-plugin-cordova#70. |
Looking at the code it requires that you set autoHideSplashScreen to true, then ShowSplashScreen will be used, when deciding to show and hide the splashscreen. If you set autoHideSplashScreen to false, splash will always be shown |
Thanks @ThorvaldAagaard , you helped!
I think the issue can be closed. |
I think this should be left open. One would think having While the workaround works, I think the condition should be changed to be smarter so it doesn't assume that it should call |
not worked for me |
Any fixes for this? |
Yeap the answer of @ThorvaldAagaard is simple
|
Bug Report
Problem
What is expected to happen?
Splash screen is disabled for browser platform using this configuration in config.xml:
as explained in the documentation: Browser quirks
What does actually happen?
The splash screen is still showing
Information
I'm using "cordova-browser": "6.0.0"
I think the problem is in : SplashScreenProxy.js
If autoHideSplashScreen is "false" (I have it set to "false" for all the platforms. But if I try to override it for browser platform it does not work either) then it will try to show the splash screen even if "ShowSplashScreen" is false.
Command or Code
ionic cordova build browser
Environment, Platform, Device
Windows 10, Google Chrome browser Version 73.0.3683.103 (Official Build) (64-bit)
Version information
Checklist
The text was updated successfully, but these errors were encountered: