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

Download feature doesn't work on Android 11 and up #70

Closed
AlexDiak opened this issue May 2, 2023 · 7 comments
Closed

Download feature doesn't work on Android 11 and up #70

AlexDiak opened this issue May 2, 2023 · 7 comments
Labels
Fixed Scheduled to release

Comments

@AlexDiak
Copy link

AlexDiak commented May 2, 2023

I've tested in a real device with AOSP Android 11 and in emulator with Android 13 and the download button does nothing. I have also tested it in Android 9 and it seems to work fine.

@github-actions
Copy link

github-actions bot commented May 2, 2023

Thank you for creating your first issue. We appreciate your help in making this project better. We will look into it, and get back to you soon.

@fadhyyusuf
Copy link

Im facing the same issue.

@lambui09
Copy link

lambui09 commented Aug 9, 2023

same issue on android 13

@ApunichGULSHER
Copy link

Same problem

@ApunichGULSHER
Copy link

@AlexDiak @fadhyyusuf @lambui09
Remove storage permission for target API 33, Android 13 and lower Android version devices don't requires READ or WRITE external storage permissions to save PDF in download folder.
I had downloaded this repo and imported as module in my android project, than removed all storage related permissions. Downloading PDF working like charm in Android 13 as well as lower versions now.

@PeterWagih90
Copy link

@ApunichGULSHER Can you please contact me through mail, regarding this issue i need the build stripped from premission ASAP

ApunichGULSHER pushed a commit to ApunichGULSHER/Pdf-Viewer that referenced this issue Oct 5, 2023
…wnload directory when targetSdkVersion > 30 (Android 11)
@afreakyelf afreakyelf added the Fixed Scheduled to release label Nov 26, 2023
@afreakyelf
Copy link
Owner

Hi, Thank you for using this library. Above issue has been fixed in latest version.
https://github.com/afreakyelf/Pdf-Viewer/releases/tag/v2.0.1

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

No branches or pull requests

6 participants