Threaded View
-
16 Dec 2011 11:44 AM #1
Sencha Touch 2 + PhoneGap are not working on Android 4
Sencha Touch 2 + PhoneGap are not working on Android 4
Hi,
my app is properly working on Android 2.3.x but not on Android 4. The problem is that every controller throws an
Unknown chromium error: -6
and I dont why this happens and how I can figure out what exactly it is.
Here you can see how Im starting my app and controllers:
I see the "mainLaunch" output but never see the "launch" output. If I delete the controllers the app launches properly (I see the "launch" output). However, I'm confused why this is working on every 2.x Android device but not on Android 4 (emulator as well as real device).Code:function mainLaunch(){ console.log("mainLaunch"); Ext.Loader.setConfig({ enabled: true }); Ext.application({ name: 'MyApp', appFolder: 'app', models: ['Customer'], controllers: ['MainController','ProfileController'] , launch: function() { console.log('launch:'); } }); }
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-1463
in
2.1.


Reply With Quote