-
6 Nov 2012 10:37 AM #41
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
-
6 Nov 2012 2:19 PM #42
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' ], ...Sven Tore Iversen
-
6 Nov 2012 11:10 PM #43
-
6 Nov 2012 11:25 PM #44
No worries
If some one could solve my package signing issue on production builds I would be really happy to
Sven Tore Iversen
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-3494
in
Sprint 26.


Reply With Quote