-
24 Nov 2010 3:07 AM #1
Icons and splash screen problem or misunderstanding
Icons and splash screen problem or misunderstanding
I have a problem with Icons in my app. What I'm trying to do is have an icon for my home screen in iPhone. For that reason I'm using the following code:
But these icons don't seem to appear in my home screen. Moreover the splash screen doesn't appears at all. Am I doing something wrong or I have misunderstood these properties?Code:Ext.setup({ icon: '../Images/icon-decoded.png', tabletIcon: '../Images/ipad.png', phoneIcon: '../Images/icon-decoded.png', tabletStartupScreen: '../Images/splash.jpg', phoneStartupScreen: '../Images/splash.jpg', glossOnIcon: true //etc });
-
25 Nov 2010 12:14 AM #2
Maybe your splash screen is to heavy to be downloaded and shown quickly. As for the icons, no idea. Check the urls and check the size of the icons.
-
25 Nov 2010 1:18 AM #3
Double check that the paths are correct - that's caught me out before.
-
25 Nov 2010 2:54 AM #4
The paths for the splash screen are surely OK so I suppose that there is something wrong with the picture regarding:
1. the dimensions of image
2. the file size of image
3. the image type
I'll check these things and I'll give you the feedback
-
9 Dec 2010 12:01 PM #5
-
9 Dec 2010 2:03 PM #6
I'm building my first webapp and am using the Guide example images during development. The web clip icon image works ok. But the tabletStartupScreen image does not load.
EDIT: I read over Apple's documentation and it appears that for the iPad you should provide two startup screen images ... one for portrait and one for landscape. If I hold the iPad in portrait and launch the webapp then I do indeed see the default image.
Sencha only provides methods to attach portrait startup screens for tablet devices. See http://dev.sencha.com/deploy/touch/d...thod-Ext-setup
-
10 Dec 2010 8:02 AM #7
and so if i have to put startup image for landscape mode?
if sencha doesn't do, how can i do on my own?
Similar Threads
-
Killing white screen after splash screen load
By dankhan in forum Sencha Touch 1.x: DiscussionReplies: 30Last Post: 30 Jan 2012, 1:41 AM -
Splash Screen With Progress Bar
By aprinz in forum Sencha Touch 1.x: DiscussionReplies: 3Last Post: 16 Feb 2011, 9:35 AM -
SENCHA-0.90 Examples with Splash Screen?
By fuzelogic in forum Sencha Touch 1.x: DiscussionReplies: 1Last Post: 19 Jun 2010, 11:32 PM -
Need help displaying a "splash screen" in an empty TabPanel
By robot1125 in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 21 Mar 2010, 3:34 AM -
Licensing misunderstanding
By smokeny in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 17 Feb 2009, 10:02 AM


Reply With Quote
