Andrel
7 Jul 2010, 11:02 AM
Hi, I upgraded my Ipod-Touch 3G (8G, so technical 2G) to iOS4.0 yesterday. No I was playing a little bit with sencha touch and noticed, that the Icon set in Ext.setup isn't used when I add the App to my Homescreen. Instead it shows a small Screenshot of the actual page and uses that for an Icon.
Here is the code I've copied. Maybe someone can check this (sencha 0.91).
Ext.setup({
icon: 'icon.png', // Starticon
glossOnIcon: true,
phoneStartupScreen: 'phone_startup.png', // warscheinlich startupscreen
onReady: function() {
icon.png and phone_startup.png are both in the root Folder of my application and phone_startup.png is shown, so it can be no Path Problem.
Here is the code I've copied. Maybe someone can check this (sencha 0.91).
Ext.setup({
icon: 'icon.png', // Starticon
glossOnIcon: true,
phoneStartupScreen: 'phone_startup.png', // warscheinlich startupscreen
onReady: function() {
icon.png and phone_startup.png are both in the root Folder of my application and phone_startup.png is shown, so it can be no Path Problem.