You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/04/02 09:33:46 UTC

[GitHub] [cordova-plugin-splashscreen] ediks removed a comment on issue #183: SplashScreenDelay has no effect...

ediks removed a comment on issue #183: SplashScreenDelay has no effect...
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/183#issuecomment-478613217
 
 
   Similar issue here. Setting AutoHideSplashScreen to false and/or changing the SplashScreenDelay value (3000 or 30000) seems to be ignored somehow (at least on Android). I want to manually hide the splash screen after platformReady() but whatever values and/or combination of true/false I enter in my config.xml, it doesn't seem to register. Only setting the FadeSplashScreen to true/false works, but the splash screen itself keeps disappearing after a few seconds resulting in a temporary white screen... In previous projects (Ionic <3) I never had any issues. Any ideas?
   
   Ionic:
   
      ionic (Ionic CLI)             : 4.12.0 (C:\Users\ediks\AppData\Roaming\npm\node_modules\ionic)
      Ionic Framework               : @ionic/angular 4.1.0
      @angular-devkit/build-angular : 0.13.5
      @angular-devkit/schematics    : 7.2.4
      @angular/cli                  : 7.3.5
      @ionic/angular-toolkit        : 1.4.0
   
   Cordova:
   
      cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
      Cordova Platforms     : android 8.0.0
      Cordova Plugins       : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.0.1, (and 6 other plugins)
   
   System:
   
      Android SDK Tools : 26.1.1 (c:\dev\bin\Android\SDK)
      NodeJS            : v8.10.0 (C:\Program Files\nodejs\node.exe)
      npm               : 5.6.0
      OS                : Windows 10
   
   relevant config.xml preferences:
   
       <preference name="SplashMaintainAspectRatio" value="true" />
       <preference name="SplashScreen" value="screen" />
       <preference name="SplashScreenDelay" value="30000" />
       <preference name="ShowSplashScreenSpinner" value="true" />
       <preference name="SplashScreenSpinnerColor" value="#ffd520" />
       <preference name="FadeSplashScreen" value="false" />
       <preference name="FadeSplashScreenDuration" value="0" />
       <preference name="AutoHideSplashScreen" value="false" />

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org