#How can I download file to Android from my tauri app?
7 messages · Page 1 of 1 (latest)
window.showSaveFilePicker not working
document.body.appendChild(a); a.style.display = "none"; a.click(); not working
How can I download file to Android from my tauri app?
Save/Copy it or download it?
It turned out i can use 'dialog' plugin for this. I was confused by the docs that dialog not support directory picking on mobile
Kinda export file out of my app
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.