[
https://issues.apache.org/jira/browse/CB-8056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15109716#comment-15109716
]
ASF GitHub Bot commented on CB-8056:
------------------------------------
Github user purplecabbage commented on the pull request:
https://github.com/apache/cordova-windows/pull/141#issuecomment-173398203
Is there a link to the conversation around this change? ( I assume it is
[1] )
Ultimately there are 2 pieces to splash-screen :
1. the platform/os splash screen built into every app
2. the cordova specific plugin which processes preferences
My understanding is that if you do NOT have the plugin installed, then the
platform/os splash is presented and dismissed automatically once the app has
launched. The image(s) used for this can and should be controlled by
preferences in config.xml and this should be done at build time, moving files,
renaming files, modifying app manifests, ...
If the splash-screen plugin is installed, we gain the ability to delay
dismissing the splash screen ( by emulating it with a full screen image which
quickly replaces the platform/os version )
This is the way things are currently, and I DO completely support moving
splash-screen management back into the platforms so it can be processed before
plugins are loaded, I just want to make sure that we are moving on this for all
platforms and that there has been enough discussion/agreement around it.
I think I expected that each of the plugin audit proposals should spawn
it's own detailed proposal, but I may be over administering things. As long as
we all agree that this is the way forward, and this will be done for all
platforms; +1
[1]
https://github.com/cordova/cordova-discuss/pull/28/files#diff-e1c3c74bda464d02680ae112f2927180R175
> Implement splashscreen for Windows platform
> -------------------------------------------
>
> Key: CB-8056
> URL: https://issues.apache.org/jira/browse/CB-8056
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin SplashScreen, Windows
> Affects Versions: 3.6.0
> Reporter: Doug Estey
> Assignee: Sergey Shakhnazarov
> Labels: reproduced, triaged, windows
>
> {code:title=config.xml|borderStyle=solid}
> <preference name="SplashScreen" value="splash"/>
> <preference name="SplashScreenDelay" value="10000" />
> <preference name="AutoHideSplashScreen" value="false" />
> {code}
> This has no effect on the cordova-windows platform. Splash screen autohides
> after <1000ms.
> Tested on WP 8.1.
> Let me know if there's any other information I can provide. The documentation
> for splash screens on 8.1 seems to be somewhat lacking, so I may have missed
> something somewhere.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]