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

ASF GitHub Bot commented on CB-3571:
------------------------------------

Github user rohitagg28 commented on the pull request:

    https://github.com/apache/cordova-lib/pull/30#issuecomment-46936636
  
    I have remove this line  <preference name="SplashScreen" value="screen" /> 
from config.xml file and added these to it.
    <platform name="android">
          <splash src="res/screen/android/splash-land-hdpi.png" 
density="land-hdpi"/>
          <splash src="res/screen/android/splash-land-ldpi.png" 
density="land-ldpi"/>
          <splash src="res/screen/android/splash-land-mdpi.png" 
density="land-mdpi"/>
          <splash src="res/screen/android/splash-land-xhdpi.png" 
density="land-xhdpi"/>
    
          <splash src="res/screen/android/splash-port-hdpi.png" 
density="port-hdpi"/>
          <splash src="res/screen/android/splash-port-ldpi.png" 
density="port-ldpi"/>
          <splash src="res/screen/android/splash-port-mdpi.png" 
density="port-mdpi"/>
          <splash src="res/screen/android/splash-port-xhdpi.png" 
density="port-xhdpi"/>
        </platform>
    
    So here I have res>screen>android folder with respect to project folder and 
into which images are placed. But after running this code I have still not able 
to see any of these images as splashscreen.


> Add support for <splash> elements in config.xml
> -----------------------------------------------
>
>                 Key: CB-3571
>                 URL: https://issues.apache.org/jira/browse/CB-3571
>             Project: Apache Cordova
>          Issue Type: Wish
>          Components: CLI
>    Affects Versions: Master
>            Reporter: Michael Brooks
>            Assignee: Lorin Beer
>
> Similar to adding support for the {{<icon>}} element, we should add support 
> for the splash screen.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to