[ https://issues.apache.org/jira/browse/CB-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13244005#comment-13244005
]
Paul Cisneros commented on CB-419:
----------------------------------
The key for Cordova 1.5.0 is: org.apache.cordova.splashscreen : CDVSplashScreen
Is that correct? I tried changing the key and value to: CDVSplashScreen : CDVSplashScreen
but didn't work.
I'm trying to debug some issues with the splash screen. I thought I had everything working
great using this: https://shazronatadobe.wordpress.com/2011/09/15/ios-phonegap-splash-screen-control/
Also, changing the sizes of the splash screen images themselves explained here: https://issues.apache.org/jira/browse/CB-263
Everything works fine when I install from Xcode, however, when I restart the iPad (I'm on
5.1) and launch the app it just hangs on the splash screen and will not enter the app.
I noticed this same issue if I adjusted the delay for the hide below 1000 (1 second). The
splash screen would just hang.
> CDVSplashScreen is incorrect Cordova.plist/Plugins
> --------------------------------------------------
>
> Key: CB-419
> URL: https://issues.apache.org/jira/browse/CB-419
> Project: Apache Callback
> Issue Type: Bug
> Components: iOS
> Affects Versions: 1.6.0
> Reporter: Emile khattar
> Assignee: Shazron Abdullah
> Priority: Minor
>
> I wanted to call, Cordova.exec(null, null, "CDVSplashScreen", "hide", []) since navigator.splashScreen
is gone in cordova.
> (https://shazronatadobe.wordpress.com/2011/09/15/ios-phonegap-splash-screen-control/).
> Then i noticed that the CDVSplashScreen entry in the plist is wrong:
> - default: Splash Screen : CDVSplashScreen
> - working for me: CDVSplashScreen:CDVSplashScreen
> Apparently the key is wrong Splash Screen.
--
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
|