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

PDF Keeps Loading #43

Open
juanito34 opened this issue May 3, 2017 · 2 comments
Open

PDF Keeps Loading #43

juanito34 opened this issue May 3, 2017 · 2 comments

Comments

@juanito34
Copy link

Hello Joe,

I have implemented this library, and It was working as expected Thanks!!, however it does not work well with the latest Android 7 OS (Nougat); the PDF file keeps loading, I have tried a direct path (file:///android_asset/) to the PDFs files, but it did not work. please advise.

Thank you

@ndorigatti
Copy link

In Android 7 the file access has changed. I suggest you to check the link https://developer.android.com/about/versions/nougat/android-7.0-changes.html#sharing-files
FileProvider should be used if you want to open files. That is also available in the compatibility library

@juanito34
Copy link
Author

juanito34 commented May 14, 2017 via email

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

2 participants