tauri-apps / tauri-apps/plugins-workspace
Upload plugin mobile support
Open
platform: android
platform: ios
plugin: http-extra
type: feature request
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 602
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
Is it possible to use upload plugin in mobile ?
```json
{
"$schema": "../gen/schemas/mobile-schema.json",
"identifier": "mobile-capability",
"windows": [
"main"
],
"platforms": [
"iOS",
"android"
],
"permissions": [
"upload:allow-download"
]
}
```
but this gives me an error
`Uncaught (in promise) upload.download not allowed on window main, webview main, allowed windows: , allowed webviews: , referenced by`
Am i doing something wrong? Or its not implemented yet?
Contributor guide
Assessment
This issue has not been assessed yet.