tauri-apps / plugins-workspace

All of the official Tauri plugins in one place!
https://tauri.app
Apache License 2.0
926 stars 257 forks source link

Dialog Plugin pick_folder not implemented #933

Open raketenben opened 8 months ago

raketenben commented 8 months ago

Hello, I've been trying to open a folder selection dialog via the dialog plugin on Android. The Folder selection works no problem on Desktop, but the compiler is unable to find the "pick_folder" method once i try to compile to android. "pick_file" on the other hand seems to work just fine.

Is there a reason "pick_folder" is not implemented for android?

tauri ="2.0.0-beta" tauri-plugin-dialog = "2.0.0-beta"

handexing commented 7 months ago

I also encountered this problem, have you solved it?

image
aramrw commented 23 hours ago

+1 really would like this feature as well I'm also curious as to why it was the only one not added yet