The iOS manual requires a launch image for all applications. As far as I understand, this is the file "default.png" located in the root folder of your application.
I packaged my application using Sencha CMD v3, and when I download it, I do not see the launch image.
There are some default startup images located in the root / webapp / resources / load / folder, but they do not appear in my application. Any idea?
"startupImage" seems to only apply to an application added to the main screen, anyway, here is part of my app.js:
startupImage: { '320x460': 'resources/startup/320x460.jpg', '640x920': 'resources/startup/640x920.png', '768x1004': 'resources/startup/768x1004.png', '748x1024': 'resources/startup/748x1024.png', '1536x2008': 'resources/startup/1536x2008.png', '1496x2048': 'resources/startup/1496x2048.png' }
Related posts added:
source share