plugins-workspace icon indicating copy to clipboard operation
plugins-workspace copied to clipboard

iOS @tauri-apps/plugin-dialog save() Returns a bad path

Open lindongchen opened this issue 1 year ago • 1 comments

iOS @tauri-apps/plugin-dialog save() Returns a path like file:///........../Libary/cache, but I selected a .../document path in documentDir

lindongchen avatar Sep 11 '24 10:09 lindongchen

Another issue is that it will also create an extra file.xxx, which will be saved as file 2.xxx

lindongchen avatar Sep 12 '24 09:09 lindongchen

Here is the bug reproduction in case anyone is interested in addressing this: https://github.com/wxiaoyun/tauri-ios-fs-bug-reproduction

wxiaoyun avatar Feb 01 '25 00:02 wxiaoyun