DongChen Lin

Results 7 issues of DongChen Lin

### Describe the bug **Error**: Uncaught (in promise) No such file or directory (os error 2) **Event**: Command.sidecar("bin/pipy", args) ...call sidecar **Sidecar position:** src-tauri/bin/pipy-aarch64-linux-android **Sidecar package** position: src-tauri/target/aarch64-linux-android/debug/pipy **Sidecar bundle:**...

type: bug
status: needs triage
platform: iOS
platform: Android

### Describe the bug `proxy_url` or with_proxy_config not working on windows 11: ``` #[command] async fn create_proxy_webview( app: tauri::AppHandle, label: String, window_label: String, proxy_url: String, curl: String, ) -> Result...

type: bug
status: needs triage

### Describe the bug The following seems to be compatibility issues, which have been verified by macos 14 and are effective 1. webview sock5 proxy_url not activate on windows 11,...

type: bug
status: needs triage

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

bug
question
plugin: dialog
platform: ios

### Describe the bug By viewing the source code, I'm found `add_child` only supports desktop, can it be compatible with mobile target? If wry is used, multiple webviews can be...

type: feature request
platform: iOS
platform: Android
scope: unstable flag

[@tauri-apps/plugin-fs create()] **Error: Uncaught (in promise) forbidden path: /storage/emulated/0/Android/data/com.flomesh.ztm/files/Documents/Readme.txt** "/storage/emulated/0/Android/data/com.flomesh.ztm/" is my app private directory. And the relevant read and write permissions have been applied for ``` ``` And I...

bug
platform: android
plugin: fs