wonday / react-native-pdf

A <Pdf /> component for react-native
MIT License
1.58k stars 544 forks source link

[Android] The bottom of the PDF becomes blurry when maxScale > 3 #376

Open brauliolomeli opened 5 years ago

brauliolomeli commented 5 years ago

Once a zoom in to a scale 4 or more, I get a lot of bugginess with the blur. The very bottom of the PDF never un-blurs.

Youtube video

Video

Code:

<Pdf source={{ uri: 'http://www.pdf995.com/samples/pdf.pdf' }} style={{ flex: 1 }} maxScale={10} />

taoxinyi commented 4 years ago

Same problem here

Pingou commented 4 years ago

Same issue but only on some PDFs. Unfortunately they are private so I cannot share them here.

LuisEduJulio commented 3 years ago

Resolveram?

t3ggert commented 2 years ago

did someone fixed it? @brauliolomeli

brauliolomeli commented 2 years ago

did someone fixed it? @brauliolomeli

@t3ggert I don't think so

Adarshjweir commented 1 year ago

Same issue occurred with me for some PDF. Please check this: https://github.com/wonday/react-native-pdf/issues/753

Anyone know how to resolve this.