tauri-apps / tauri-apps/plugins-workspace

Upload plugin mobile support

Open
#1,156 5 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.