Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
Description
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
Attachments
Issue Links
- is depended upon by
-
CB-4374 Settings "ShowSplashScreenSpinner" and "AutoHideSplashScreen" in config.xml no longer work on iOS platform
- Closed