wonday / react-native-pdf

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

PDF with show up blurred and darkened in android #753

Open jainSamy opened 1 year ago

jainSamy commented 1 year ago

I am use react-native version. 0.64.4 and react-native-pdf 6.3.0 facing problem with android.

PDF with show up blurred and darkened in android version. When Zoomed-in, the content shows fine, but by default, it has dark areas and is not consistent with iphone version.

If the same pdf is opened via another app, the contents are zoomed in and shown clearly. we need to decide the behavior and address it.

Screenshots attached. Screenshot_20230725_150130

Thank you