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

Slow text render on Android <= 6 #260

Closed
robsco-git opened this issue Aug 26, 2018 · 1 comment
Closed

Slow text render on Android <= 6 #260

robsco-git opened this issue Aug 26, 2018 · 1 comment
Assignees
Labels
invalid This doesn't seem right

Comments

@robsco-git
Copy link
Contributor

robsco-git commented Aug 26, 2018

The PDF viewer renders text word by word (slowly) with some PDFs on Android <= 6 and react-pdf 3.0.5.

Example PDF: http://www.pdf995.com/samples/pdf.pdf

Test env:
Browserstack, Galaxy S7 with Android 6.0.1. I've also tested and experienced the same behaviour on a Moto G4 Plus with Android 6 (not sure exact version right now) and a Samsung S4 i9500 with Android 5.1.1

Maybe this a PDF.js issue?

P.S. Thanks a lot for the project!

@wojtekmaj
Copy link
Owner

Most likely PDF.js "issue". In quotation marks, because in general rendering PDF is a very heavy task to do so slowness is expected if you open large PDFs, or multiple pages at once, or use a low end device.

See also: #94

@wojtekmaj wojtekmaj self-assigned this Aug 27, 2018
@wojtekmaj wojtekmaj added the invalid This doesn't seem right label Aug 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants