danvega
19 Jul 2010, 5:41 AM
I have a very basic application
Ext.setup({
tabletStartupScreen: 'assets/images/tablet_startup.png',
phoneStartupScreen: 'assets/images/phone_startup.png',
icon: 'icon.png',
glossOnIcon: false,
onReady: function() {
});
The icon is pointing to icon.png and that icon is in the root of the project. When I view the icon on the web on my phone and add it to my home screen its not using the icon. It takes a snapshot of the home page for the icon. Am I doing something wrong?
Ext.setup({
tabletStartupScreen: 'assets/images/tablet_startup.png',
phoneStartupScreen: 'assets/images/phone_startup.png',
icon: 'icon.png',
glossOnIcon: false,
onReady: function() {
});
The icon is pointing to icon.png and that icon is in the root of the project. When I view the icon on the web on my phone and add it to my home screen its not using the icon. It takes a snapshot of the home page for the icon. Am I doing something wrong?