-
-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
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
Support file explorer using html #305
Comments
I can confirm on macOS it doesn't work look like we need to implement an Are you sure it was working before within tauri webview engine? If yes, on which OS? |
I am using Linux, and my file upload component was working there. I do not know if it worked on Windows or Mac before the upgrade. However i am certain it worked in Linux. |
It should be fixed now (on Linux) with #310 |
Thanks. For greater portability should I be using tauri |
@TomzBench yeah, I think it's better to us |
Could I take on this issue? |
@keiya01 Yeah, I believe no one is working on it yet. |
Is your feature request related to a problem? Please describe.
I am consuming a React component from a library that will open a file explorer. The React component is not aware of Tauri. I am having trouble using this component when inside Tauri. But can use this component in a normal web context.
Describe the solution you'd like
My React File Upload component seemed to work in version
1.0.0-beta.1
. However, when upgrading todev
branch as of today, my React File Upload component will no longer open a file explorer. Perhaps something changed in the upgrade. So if possible, it would be nice to opt into file navigation withtauri.conf
. I do not know what the configuration would be, because I'm not sure what has changed to no longer allow my component file explorer to work.Describe alternatives you've considered
I can refactor my React File Upload component to inject an optional tauri dependency and use this dependency in tauri context, and use default behavior when not inside tauri context. However, this is only possible since I maintain the File Upload component. Other users might not have this option when consuming UI libraries (such as Material-UI, etc).
Would you assign yourself to implement this feature?
The text was updated successfully, but these errors were encountered: