desmeit edited a comment on issue #153: Spinner and autohide "false" is not 
working with CLI 8.0.0
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/153#issuecomment-414609316
 
 
   I solved it now with this fork:
   
   ```
       if ((showSplashScreenSpinnerValue == nil) || 
[showSplashScreenSpinnerValue boolValue])
       {
           //[parentView addSubview:_activityView];
       }
   ```
   
   https://github.com/desmeit/cordova-plugin-splashscreen
   
   But I think this is just a temporary solution.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to