sencha touch with phonegap (using sencha cmd and phonegap build) causes Error : LocalFileSystem not defined

后端 未结 1 1556
孤城傲影
孤城傲影 2020-12-04 04:04

I followed these sencha cmd guide to produce a phoneGap based sencha touch 2 project: Using Latest Sencha Cmd v4.0.2.67 , Latest sencha touch 2.3.1 , phoneGap ver- 3.1.0

相关标签:
1条回答
  • 2020-12-04 04:37

    I saw somewhere the same issue.. is the cordova_plugin.js contain

    {
        "file": "plugins/org.apache.cordova.core.file/www/FileSystem.js",
        "id": "org.apache.cordova.core.file.FileSystem",
        "clobbers": [
            "window.FileSystem"
        ]
    },
    

    did you try build with >cordova build android

    can you call to any other API method?

    0 讨论(0)
提交回复
热议问题