cnjon / react-native-pdf-view

React Native PDF View
MIT License
404 stars 167 forks source link

Zoom={1} has a lot of white top margin #29

Open vetm73 opened 8 years ago

vetm73 commented 8 years ago

Is there an easy way to have the pdf start at the top of the view? Now I have a lot of white margin at the top of my view (see example) simulator screen shot 8 aug 2016 16 23 08

Nicolas-Menettrier commented 8 years ago

+1 I have the same issue with all zoom value.

EDIT: After a few tries , I ended up finding that it was the dimension of the pdf which caused problem. I had to resize the height of my pdf to be clearly integrated in the view.

KristoferEng commented 7 years ago

+1

Just ran into this problem. Is there an easy fix? Seems like there should be...

Phenek commented 7 years ago

Same problem here, any idea?

daviddickson commented 7 years ago

Also seeing this.

christopherfowers commented 7 years ago

bump