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
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
The text was updated successfully, but these errors were encountered:
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)
on IOS you should add this two permissions on info.plist : <key>LSSupportsOpeningDocumentsInPlace</key> <true/> <key>UIFileSharingEnabled</key> <true/>
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
The text was updated successfully, but these errors were encountered: