You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Alexander Sorokin (JIRA)" <ji...@apache.org> on 2017/07/11 09:11:01 UTC

[jira] [Closed] (CB-11486) SplashScreenDelay config value parsing incorrect

     [ https://issues.apache.org/jira/browse/CB-11486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Sorokin closed CB-11486.
----------------------------------
    Resolution: Fixed

> SplashScreenDelay config value parsing incorrect
> ------------------------------------------------
>
>                 Key: CB-11486
>                 URL: https://issues.apache.org/jira/browse/CB-11486
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-browser
>    Affects Versions: 4.1.0
>         Environment: browpser platform
>            Reporter: Peter (Somogyvari) Metz
>            Priority: Minor
>              Labels: easyfix
>
> {code}
> splashScreenDelay = cfg.getPreferenceValue('SplashScreenDelay') || splashScreenDelay;
> {code}
> The variable ```splashScreenDelay``` later assumed to be an integer but after this line it ends up storing an integer as a string, like "3000".
> This causes the splash screen delay always to be 0, as in immediate.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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