Skip to content
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

Upload plugin mobile #1156

Open
gato25 opened this issue Apr 7, 2024 · 0 comments
Open

Upload plugin mobile #1156

gato25 opened this issue Apr 7, 2024 · 0 comments
Labels
bug Something isn't working platform: android Android specific issues platform: ios iOS specific issues plugin: http-extra Former "upload" plugin

Comments

@gato25
Copy link

gato25 commented Apr 7, 2024

Is it possible to use upload plugin in mobile ?

{
    "$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?

@FabianLars FabianLars added bug Something isn't working platform: android Android specific issues plugin: http-extra Former "upload" plugin platform: ios iOS specific issues labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform: android Android specific issues platform: ios iOS specific issues plugin: http-extra Former "upload" plugin
Projects
None yet
Development

No branches or pull requests

2 participants