得到错误-Sencha touch 2和Cordova 1.6.1

时间:2012-05-03 16:22:56

标签: sencha-touch extjs sencha-touch-2 cordova

我已将{WWW'文件夹复制到https://github.com/senchalearn/phonegapcontacts/tree/1_basic_structure,现在我无法运行该应用程序。 (我只是得到一个可以滚动的空白屏幕)

但是,当我编辑app.js时,会出现一个白色屏幕,但它会保持静止状态。

我已将Ext.regApplication更改为Ext.application,我收到了白色静态屏幕并出现以下错误

  

[INFO]成功回调错误:NetworkStatus0 = ReferenceError:   找不到变量:views

我的app.js文件如下。

Ext.application({
    name: 'app',
    launch: function() {
        this.launched = true;
        this.mainLaunch();
    },
                launch: function() {                                            
                this.view.ViewPort = new this.view.Viewport();
                }
});

Google建议可能在app.js中使用的方法已被弃用。

1 个答案:

答案 0 :(得分:0)

不确定但是这行.ViewPort = new让我感觉你的视图没有正确呈现。