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

How to download file to 'Downloads' directory without opening file manager #108

Open
doaa-abdelkarim opened this issue Mar 13, 2024 · 2 comments

Comments

@doaa-abdelkarim
Copy link

How to download file to 'Downloads' directory without opening file manager? I tried to use 'saveFile' and I tested it on Android but I found that it saves file in my app location

Platform: android/IOS

@incrediblezayed
Copy link
Owner

I think we need to research a bit here, I will definitely find a solution if it's possible, & also I'm working on one other thing (saving the images to gallery)

@tarek-kalkal
Copy link

tarek-kalkal commented Sep 23, 2024

on IOS you should add this two permissions on info.plist :
<key>LSSupportsOpeningDocumentsInPlace</key> <true/> <key>UIFileSharingEnabled</key> <true/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants