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

Android 10 compatibility #919

Open
christineW95 opened this issue Aug 23, 2020 · 8 comments
Open

Android 10 compatibility #919

christineW95 opened this issue Aug 23, 2020 · 8 comments

Comments

@christineW95
Copy link

write/read operations doesn't work on android 10 although it is working fine on android 10.
scenario:
1- grant permission to ExternalStorageDirectoryPath
2- allow to read/write
3- i didn't find the file on my device.

@Relax594
Copy link

+1

@moh3n9595
Copy link

Same here

@ricechenghk
Copy link

same here

@julianourias
Copy link

Same here, a long time ago

@Selman555
Copy link

Selman555 commented Oct 18, 2020

Possible what I'm facing.
When performing any action (e.g. moveFile, copyFile, exists) the promise resolves: then.(result => {})), but result is undefined.
Moving a file (jpg) using absolute paths seems to corrupt the file.

@DBL2017
Copy link

DBL2017 commented Dec 29, 2020

Me too

@DBL2017
Copy link

DBL2017 commented Dec 29, 2020

In AndroidManifest.xml
Add android:requestLegacyExternalStorage="true"
It's working

@guofoo
Copy link

guofoo commented May 7, 2021

Trying to tie together all the related issues to the root issue: #998

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

8 participants