requestFileSystem is undefined

使用phonegap 3时,用File API,不应该用cordova plugin add org.apache.cordova.file等添加File API Plugin。

要用:

phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git

phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git

见:

http://docs.phonegap.com/en/3.1.0/guide_cli_index.md.html

上一篇:java中的枚举类型


下一篇:http协议和web本质(转)