Github user sgrebnov commented on the pull request:
https://github.com/apache/cordova-cli/pull/145#issuecomment-38566101
I'm not sure it could be resolved in runtime since the app will show
default splash screen before we can change anything. So there are three options
here:
1. Move logic above to platform specific build script, in this case
developer will be able to apply config changes via cordova/build.bat
2. Same as above but use separate script and corresponding pre-build event.
In this case changes will be applied any time we run msbuild (from VS, from
CLI, via cordova/build.bat)
3. Remove default splash screen image and proceed with splash screen plugin
only. It will be able get/apply image from config.xml.
@purplecabbage/Jesse, your thoughts?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---