You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Olivier Louvignes (JIRA)" <ji...@apache.org> on 2012/07/28 15:01:34 UTC

[jira] [Commented] (CB-1126) Splashscreen

    [ https://issues.apache.org/jira/browse/CB-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424336#comment-13424336 ] 

Olivier Louvignes commented on CB-1126:
---------------------------------------

This can be fixed by adding the following line to your activity in the manifest :

android:theme="@android:style/Theme.Black.NoTitleBar" 
                
> Splashscreen
> ------------
>
>                 Key: CB-1126
>                 URL: https://issues.apache.org/jira/browse/CB-1126
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android
>    Affects Versions: 1.9.0
>         Environment: Android
>            Reporter: Steren Giannini
>            Assignee: Simon MacDonald
>              Labels: android, splashscreen, visual
>             Fix For: Master
>
>
> The current user experience of the Android Splashscreen is not perfect:
> When the app opens, for one or two seconds, I can see an empty black application and a topbar with the name of my app. It's only after these seconds that the splashscreen is displayed, and after the splashscreen that my app is displayed.
> It would be better to display the splashscreen immediately at startup (and this skip the empty application screen).
> To my mind, a splashscreen is the first thing that is loaded, we shoudln't see anything before.
> If this is not possible, maybe force the application to display a black screen, not a blackscreen with a topbar. (Is this related to the SDK version or target used?)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira