Does Chrome iOS support the filessytem API

I know that chrome now supports the HTML5 api file system on the desktop, and I believe in Android, but I have not seen any links to chrome on ios that support it. Does anyone know if that is the case?

+5
source share
2 answers

No. Because iOS does not have an open / public file system.

0
source

Chrome on iOS uses Mobile WebKit, which does not support the FileSystem or FileWriter APIs. You can verify this by pointing the device or simulator to this test page .

, - Apple Developer.

0

All Articles