cnjon / react-native-pdf-view

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

Android and IOS differencies #59

Open Phenek opened 7 years ago

Phenek commented 7 years ago

Hello guys,

I tried to use your library with success, but I notice few difference between devices. First on both IOS & Android I got the first page. Cool :-) _scrollable?: On IOS we are block to the first page, not scrollable. On Android it can be scroll to the second, and the others pages from the bottom. the two options could be nice. _Zoom?: On IOS we can Zoom from 0 to ∞ On Android we can zoom from 1 to ∞ Seems that Zoom less to 1 is not very useful. _Margin?: On IOS only there is a blank margin top on the first page for some documents

nishiltamboli commented 7 years ago

Accurately written points of difference. The scroll in iOS is a big one. Really need this feature.