#How can I download file to Android from my tauri app?

7 messages · Page 1 of 1 (latest)

nova shore
#

Hi, on desktop it seems like i need to use dialog plugin but how to download files on android? I'm using React.

I want to download blob from my app

nova shore
#

window.showSaveFilePicker not working
document.body.appendChild(a); a.style.display = "none"; a.click(); not working

nova shore
#

How can I download file to Android from my tauri app?

dim obsidian
#

Save/Copy it or download it?

nova shore
nova shore
heavy monolith
#

Hey @nova shore , do you have an example of how you've done it? I have the exact same problem and wish to download a file to android.