You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My goal is to download many files on an Android device with just one prompt, without any prompts would be even better. I use FileSaver.Default and after invoking the SaveAsync method a prompt is shown (check the image) and for each subsequent method call the prompt is shown again. I tried:
Passing an initial path, the same result.
FolderPicker.Default, the UX is even worse because the user has to pick a folder twice for each file.
On Android emulator (the photo is done with the emulator).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
My goal is to download many files on an Android device with just one prompt, without any prompts would be even better. I use FileSaver.Default and after invoking the SaveAsync method a prompt is shown (check the image) and for each subsequent method call the prompt is shown again. I tried:
I use .NET 7 (Can upgrade to 8 if it is needed).
Is there a way to avoid these prompts?
Beta Was this translation helpful? Give feedback.
All reactions