[
https://issues.apache.org/jira/browse/CB-4355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13718847#comment-13718847
]
Shazron Abdullah commented on CB-4355:
--------------------------------------
Affected lines for CDVSplashscreen:
{code}
./cordova-osx/CordovaFramework/CordovaFramework/Classes/CDVViewController.m:
BOOL enableWebGL = [[self.settings objectForKey:@"EnableWebGL"] boolValue];
./cordova-plugin-splashscreen/src/ios/CDVSplashScreen.m: id
autoHideSplashScreenValue = [self.commandDelegate.settings
objectForKey:@"AutoHideSplashScreen"];
./cordova-plugin-splashscreen/src/ios/CDVSplashScreen.m: NSString*
topActivityIndicator = [self.commandDelegate.settings
objectForKey:@"TopActivityIndicator"];
./cordova-plugin-splashscreen/src/ios/CDVSplashScreen.m: id
showSplashScreenSpinnerValue = [self.commandDelegate.settings
objectForKey:@"ShowSplashScreenSpinner"];
./cordova-plugin-splashscreen/src/ios/CDVSplashScreen.m: id
fadeSplashScreenValue = [self.commandDelegate.settings
objectForKey:@"FadeSplashScreen"];
./cordova-plugin-splashscreen/src/ios/CDVSplashScreen.m: id
fadeSplashScreenDuration = [self.commandDelegate.settings
objectForKey:@"FadeSplashScreenDuration"];
{code}
> Splashscreen plugin handles options incorrectly (the settings key is
> specified with upper case chars)
> -----------------------------------------------------------------------------------------------------
>
> Key: CB-4355
> URL: https://issues.apache.org/jira/browse/CB-4355
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS, Plugin SplashScreen
> Affects Versions: 3.0.0
> Reporter: Stephan Wezel
> Assignee: Shazron Abdullah
> Fix For: 3.1.0
>
>
> Splashscreen plugin handles options incorrectly (the settings key is
> specified with upper case chars)
> The config parsers save the options/preferences with a lowercase string of
> the option name as the key. But the Plugin tries to retreive the option with
> update cases (e.g. with "AutoHideSplashScreen" instead of
> autohidesplashscreen)
> Maybe this affects also other plugins as well.
> This bug was caused due this changeset:
> https://github.com/apache/cordova-ios/commit/a57f467bfdb42a4c17b22f81f744ac445ef0695a
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira