[TIMOB-19461] iOS9: Window Background Image is Black
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2015-09-03T03:20:24.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Eduardo Gomez |
Assignee | Eric Merriman |
Created | 2015-09-02T23:12:26.000+0000 |
Updated | 2017-03-24T18:58:09.000+0000 |
Description
Issue Description
When you build and run the attached project on iOS8 the Splash screen image is shown. When you build and run the attached project on iOS 9 then the splash screen is shown as black and the image is not shown.
Steps to Reproduce:
Get sample app
Build against iOS 8
Notice the titanium splash screen is shown
Rebuild with iOS 9
Notice the titanium splash screen is not shown but its a black window, the splash screen should be shown.
add backgroundColor: 'blue', to the window
Rebuild with iOS 9
Notice the window is blue but the image is still not shown. The image should still be shown.
Attachments
File | Date | Size |
com.test.zip | 2015-09-02T23:12:19.000+0000 | 10323478 |
That's because it doesn't exist anymore. In our new sdk, all the splash-screen images named Default-xx.png are converted automatically to launchImage asset catalog. You can't reuse launchImage in asset catalogs in the app, even natively. The workaround now is to make a copy and rename that image you wish to use for window background image.
Closing ticket with reference to the previous comments.