Github user AxelNennker commented on the pull request:
https://github.com/apache/cordova-docs/pull/220#issuecomment-49010261
Splashscreen support works for the blackberry10 without any special
blackberry10_parser.js support because blackberry10_parser.js copies the whole
config.xml to platform_www and rim:splash is supported natively by the platform.
So <platform name="blackberry10">
<rim:splash src="splash-1024x600.png" />
<rim:splash src="splash-600x1024.png" />
<rim:splash src="splash-1280x768.png" />
<rim:splash src="splash-768x1280.png" />
</platform>
works while a cross platform splash element is not supported by Cordova.
This does not currently work for blackberry10
<widget xmlns...>
<splash src="path/to/cross/platform/splash.png" />
...
</widget>
It seems quite easy to change each splash element in the default namespace
to a rim:splash when config.xml is copied over to platform_www.
-Axel
---
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.
---