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?
No. Because iOS does not have an open / public file system.
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.