经过几天无用的研究(我已经尝试了互联网上的所有可能的教程和代码片段,Github,SO等)我正在拼命寻找使用Cordova文件插件的方法:
在我的大多数尝试中,我得到fileErrror错误代码1和5。 另外,我不确定我是应该创建目录资产,还是公共资源或其他任何内容。
我正在使用Crosswalk包。 我尝试过的代码示例:https://stackoverflow.com/questions/33156697/filesystem-api-cordova-file-is-created-but-cant-be-written
答案 0 :(得分:0)
而不是window.requestFileSystem()
,请尝试使用window.resolveLocalFileSystemURL()
。这对我有用。
此处有完整说明:FileError {code: 5} trying to use absolute file paths with Meteor 1.4 Cordova
此处的示例代码:https://github.com/meonkeys/cordova-file-test/tree/solution