DioxusLabs / DioxusLabs/dioxus
Mobile Support For Native File Selection
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
## Feature Request
```rust
rsx! {
input { r#type: "file" }
}
```
The above does not work on mobile. This should be supported.
More generalized version of: https://github.com/DioxusLabs/dioxus/issues/3720
Prior Art:
- https://github.com/PolyMeilex/rfd
- https://github.com/tauri-apps/tauri/issues/6517#issuecomment-1488052304
- https://github.com/miguelpruivo/flutter_file_picker
- https://github.com/kineapps/flutter_file_dialog
Relevant Internal Discussion:
- https://github.com/DioxusLabs/dioxus/pull/1107
Blocked by:
- https://github.com/DioxusLabs/dioxus/issues/3870
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.