thanks Sven, that's actually the same as my code and it's still not working on sencha 2.1 final.. I don't get it, and it's throwing an Uncaught TypeError: Cannot read property 'Device' of undefined error in the Chrome console
thanks Sven, that's actually the same as my code and it's still not working on sencha 2.1 final.. I don't get it, and it's throwing an Uncaught TypeError: Cannot read property 'Device' of undefined error in the Chrome console
Have you required the Ext.device.* package?
Code:Ext.Loader.setConfig({
enabled: true,
paths: {
Ext: 'touch/src',
'Ext.device': 'touch/src/device',
'Ext.ux': 'ux'
}
});
Ext.application({
requires: [
'Ext.device.Camera',
'Ext.device.Device'
],
...
No worries :)
If some one could solve my package signing issue on production builds I would be really happy to :)