【发布时间】:2012-12-12 15:47:25
【问题描述】:
我在 BlackBerry 应用程序中使用 PhoneGap File API。我有以下代码行:
fileSystem.root.getFile("myfile.txt", {create: true, exclusive: false}, gotFileReaderEntry, readfail);
在 BlackBerry 模拟器中,当没有 SD 卡并且访问/创建文件的过程结束时,这行代码不起作用。我什至没有收到失败回调。当我在模拟器上安装 SD 卡时,它可以完美运行。
如何在没有 SD 卡的设备上使用它?
【问题讨论】:
标签: html cordova blackberry