Skip to content

[bug] Invoking download() locks main thread on Android #2593

Open
@velocitysystems

Description

@velocitysystems

Describe the problem

Invoking the download() method in tauri-plugin-upload locks the main thread when downloading on Android.
This issue does not occur on iOS, macOS or Windows.

Describe the solution you'd like

Invoking the method should not lock the main thread.

Alternatives considered

Use tauri-plugin-download which is fully asynchronous and non-blocking.

Additional context

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions