Magnetica
12 Dec 2011, 8:26 AM
i have this problem. i've made a sencha touch application using MVC model and it works like a charm in safari and in the emulator but not in my devices.
the simple code is:
Ext.setup({
tabletStartupScreen: 'tablet_startup.png',
phoneStartupScreen: 'phone_startup.png',
icon: 'icon.png',
glossOnIcon: false,
fullscreen: true
});
BT = new Ext.Application({
name: "BT",
launch: function () {
this.viewport = new BT.Viewport();
}
});
creating the viewport show me a white screen. i have no bugs in debugger or crash reports in my devices.. only a white screen. the BT.Viewort is a simple panel with a docked bar.
any idea, please?
my App was rejected by Apple because i'v made my tests only on emulator. the first version of the application wasn't MVC and it had no problems.
thanks in advance
Emiliano
the simple code is:
Ext.setup({
tabletStartupScreen: 'tablet_startup.png',
phoneStartupScreen: 'phone_startup.png',
icon: 'icon.png',
glossOnIcon: false,
fullscreen: true
});
BT = new Ext.Application({
name: "BT",
launch: function () {
this.viewport = new BT.Viewport();
}
});
creating the viewport show me a white screen. i have no bugs in debugger or crash reports in my devices.. only a white screen. the BT.Viewort is a simple panel with a docked bar.
any idea, please?
my App was rejected by Apple because i'v made my tests only on emulator. the first version of the application wasn't MVC and it had no problems.
thanks in advance
Emiliano