We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "New Folder" button is not supported in macOS for the FileDialog. This is working for Windows and Ubuntu with our current implementation.
This is how the file dialog looks like for our Tauri app in macOS:
This is how it looks like for VS code, note the New Folder button on the left
New Folder
Enable "New Folder" support for macOS in the FileDialog. To solve this it might suffice to add:
var canCreateDirectories: [Bool](https://developer.apple.com/documentation/swift/bool) { get set }
As described in the apple docs.
No response
Had a quick chat with FabianLars on Discord, he found the apple developer docs.
The text was updated successfully, but these errors were encountered:
Sorry that i asked you to open an issue about it, i missed this one: tauri-apps/plugins-workspace#949. Let's keep tracking it over there.
Sorry, something went wrong.
No branches or pull requests
Describe the problem
The "New Folder" button is not supported in macOS for the FileDialog. This is working for Windows and Ubuntu with our current implementation.
This is how the file dialog looks like for our Tauri app in macOS:
This is how it looks like for VS code, note the
New Folder
button on the leftDescribe the solution you'd like
Enable "New Folder" support for macOS in the FileDialog. To solve this it might suffice to add:
As described in the apple docs.
Alternatives considered
No response
Additional context
Had a quick chat with FabianLars on Discord, he found the apple developer docs.
The text was updated successfully, but these errors were encountered: