为什么 window.requestFileSystemSync 未定义?

发布于 2024-12-10 02:30:33 字数 253 浏览 0 评论 0原文

我正在使用 phonegap API 在 IOS 中开发。我需要同步检索存储目录。我正在尝试使用 window.requestFileSystemSync(LocalFileSystem.PERSISTENT,0)window.requestFileSystemSync未定义。有什么帮助吗?谢谢

I'm working with phonegap API developing in IOS. I need to retrieve the storage directory synchronously. I am trying to use window.requestFileSystemSync(LocalFileSystem.PERSISTENT,0) but window.requestFileSystemSync is undefined. Any help? Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

秋日私语 2024-12-17 02:30:33

根据 PhoneGap v1.1.0 的文档,有只是一个名为 requestFileSystem 的异步方法。

According to the documentation of PhoneGap v1.1.0, there is only an asynchronous method to do this called requestFileSystem.

亚希 2024-12-17 02:30:33

我想到两件事:

  • 您是否等待phonegap设备就绪事件?
  • 您的 html 页面中是否包含了phonegap.js 文件?

Two things come to mind:

  • did you wait for phonegap device ready event?
  • did you include the phonegap.js file in your html page?
蔚蓝源自深海 2024-12-17 02:30:33

问题是,phonegap 没有定义同步文件系统。与异步版本有关。谢谢。

The problem was that, phonegap does not define sync file system. Will have to do with async version. Thanks.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文