winjeysong
winjeysong
感觉这个问题挺影响体验的,期待解决方案
I have the same problem with `tauri ios dev`... Changing `devUrl` NOT works for me. > I resolve this problem by change devUrl:"http://localhost:1420" to http://0.0.0.0:1420 or your PC ip in...
> Can you please retry with `-rc.2` and confirm it is still an issue? We changed default behavior on the release candidate and we support emulator and usb connection. >...
> 这个1.5.0版本什么时候发布啊 @winjeysong ,急需这个下载进度的功能 @EricWong1994 我也不清楚……我不是作者,感觉这库已经不维护了。我重新fork了一份,发布了一个包含了下载进度的包,你可以试一下这个包:umi-request-enhancer
Same problem... According to [fs scope permissions](https://v2.tauri.app/plugin/file-system/#scope-permissions), `fs:scope-appcache-recursive` means > This scope recursive access to the complete $APPCACHE folder, including sub directories and files. But I can't access `$APPCACHE/sub/file` even...
Thank you, guys
Same problem... Isolation pattern is not enabled
I just temporarily implemented saving image to iOS Photos library. You can use code below before `tauri-plugin-dialog` implementing `save`. If necessary modify code below to save file to iOS Files...
same problem... production extension failed to find modules. development extension works well. versions * plasmo: 0.90.2 * node: 20.14.0 * pnpm: 9.15.5
I don't know if there is a better way to produce a signed `.ipa` file for publishing to App Store Connect. I solved it by setting `src-tauri/gen/apple/ExportOptions.plist` to: ```xml method...