javascript – File.requestAllPaths,我们似乎缺少一些东西

之后我刚刚为Cordova安装了VS 2013 update 4和visual studio.

我发布了以下消息,其中包含成功和失败按钮选项,每次运行我的简单应用程序时都会单击.

“File.requestAllPaths
We seem to be missing some stuff
What is kinda cool though you can fill in the text area to pass a json object to the callback you want to execute”

JavaScript控制台调试程序显示以下消息:

“missing exec:File.requestAllPaths
File: ripple.js, Line: 40, Column: 28710

requestAllPaths
File: ripple.js, Line: 48, Column: 12284”

是否在运行时遗漏了ripple.js中的一些函数?是什么原因造成的?我该如何解决?
非常感谢,

最佳答案 这是因为Chrome的Ripple插件尚未实现此功能.它将在真实环境(例如电话)中工作.

看看
Phonegap Filetransfer.download Ripple/Chrome

点赞