cnjon / react-native-pdf-view

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

Strange behaviors in iOS #84

Closed matiasbontempo closed 7 years ago

matiasbontempo commented 7 years ago

I have some issues that are just happening in iOS. Android works just fine.

1. When zooming, the view resets to the center. This means that if I move around the pdf and then try to zoom in or out, I get back to the center every time. 2. The speed when panning is super slow. 3. When zooming out until you can see the pdf, it does some weird wiggles, like moving up and down.

Thanks!