You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jan Velecký (JIRA)" <ji...@apache.org> on 2014/07/25 23:46:38 UTC

[jira] [Updated] (CB-7202) Default splashcreen doesn't work after adding splashscreen plugin

     [ https://issues.apache.org/jira/browse/CB-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Velecký updated CB-7202:
----------------------------

    Description: 
Simply create a new iOS project, and run on iPad, splashcreen normally works. Then add splashcreen plugin, build and run again, splashcreen doesn't works (throwing this message: WARNING: The splashscreen image named Default was not found) and this also broke splashreen hide function.

Responsible for this bug is checking isOrientationLocked on line 141 of CDVsplashScreen.m, when I comment this, it works. Problem affects only iPhone splashscreen. Plugin probably doesn't follow naming convence of splashscreen of iOS Cordova.
This found out Yacine Rezgui – https://medium.com/mobile-html5-dev/remove-the-white-splash-screen-on-cordova-e4d3260a60ab

  was:
Simply create a new iOS project, and run on iPad, splashcreen normally works. Then add splashcreen plugin, build and run again, splashcreen doesn't works (throwing this message: WARNING: The splashscreen image named Default was not found) and this also broke splashreen hide function.

Responsible for this bug is checking isOrientationLocked on line 141 of CDVsplashScreen.m, when I comment this, it works. Problem affects only iPhone splashscreen. Plugin probably doesn't follow naming convence of splashscreen of iOS Cordova.


> Default splashcreen doesn't work after adding splashscreen plugin
> -----------------------------------------------------------------
>
>                 Key: CB-7202
>                 URL: https://issues.apache.org/jira/browse/CB-7202
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS, Plugin SplashScreen
>    Affects Versions: 3.5.0
>            Reporter: Jan Velecký
>
> Simply create a new iOS project, and run on iPad, splashcreen normally works. Then add splashcreen plugin, build and run again, splashcreen doesn't works (throwing this message: WARNING: The splashscreen image named Default was not found) and this also broke splashreen hide function.
> Responsible for this bug is checking isOrientationLocked on line 141 of CDVsplashScreen.m, when I comment this, it works. Problem affects only iPhone splashscreen. Plugin probably doesn't follow naming convence of splashscreen of iOS Cordova.
> This found out Yacine Rezgui – https://medium.com/mobile-html5-dev/remove-the-white-splash-screen-on-cordova-e4d3260a60ab



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