Peter (Somogyvari) Metz created CB-11486:
--------------------------------------------
Summary: SplashScreenDelay config value parsing incorrect
Key: CB-11486
URL: https://issues.apache.org/jira/browse/CB-11486
Project: Apache Cordova
Issue Type: Bug
Components: Browser
Affects Versions: 4.1.0
Environment: browpser platform
Reporter: Peter (Somogyvari) Metz
Priority: Minor
{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.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]