I'm using capacitor Filesystem plugin in order to write and read files in capacitor mobile app. On IOS, I'm using FilesystemDirectory.Documents as directory param when writing files and folders. When I call Filesystem.getUri({ path: directoryPath, directory:FilesystemDirectory.Documents }), instead of returning the full path (file://...), it is returning the '/DOCUMENTS/...' and I can't use the returned url to load the file.
Noting that it is working perfectly on android and electron app. Any help regarding IOS?