【发布时间】:2013-01-06 02:38:01
【问题描述】:
我知道 chrome 现在支持桌面上的 HTML5 文件系统 api,我相信在 Android 上,但我没有看到任何关于 ios 上支持它的 chrome 的引用。有谁知道有没有?
【问题讨论】:
-
iOS 没有可见的文件系统,那么 iOS 上的 Chrome 怎么会有呢?
标签: ios api google-chrome filesystems
我知道 chrome 现在支持桌面上的 HTML5 文件系统 api,我相信在 Android 上,但我没有看到任何关于 ios 上支持它的 chrome 的引用。有谁知道有没有?
【问题讨论】:
标签: ios api google-chrome filesystems
没有。由于 iOS 没有开放/公共文件系统。
【讨论】:
iOS 上的 Chrome 使用 Mobile WebKit,它不支持 FileSystem 或 FileWriter API。您可以通过将设备或模拟器指向this test page 来对其进行测试。
您可以在this section of the Apple Developer website 上了解客户端存储和缓存选项。
【讨论】: