wikiwebs / mobile-web-development-with-phonegap

Automatically exported from code.google.com/p/mobile-web-development-with-phonegap
0 stars 0 forks source link

Sencha PhoneGap example does not work with Sencha Touch 2 #68

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Multiple changes are needed to do the migration.

Some of them are likely to include:
- Using sencha-touch-all.js instead of sencha-touch.js
- The end of phonegapdemo-w-sencha.js to :

Ext.application({
    launch : function() {
        Ext.create("Ext.TabPanel", cfg);
    }
});

Original issue reported on code.google.com by paul.beu...@gmail.com on 2 Feb 2012 at 7:00

GoogleCodeExporter commented 8 years ago
Issue 64 has been merged into this issue.

Original comment by paul.beu...@gmail.com on 2 Feb 2012 at 8:01