wonday / react-native-pdf

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

Cannot Pan Diagonally #499

Open rayhanmoidu opened 4 years ago

rayhanmoidu commented 4 years ago

What react-native version are you using? 0.61.5

What react-native-pdf version are you using? 6.1.2

What platform does your issue occur on? (android/ios/both) ios

Describe your issue as precisely as possible : It seems as though once you've pinched to zoom, you cannot pan diagonally across the pdf. The only panning that is working is up/down or left/right

mzruiz commented 3 years ago

@rayhanmoidu

Hola! We were able to fix this by setting the enablePading prop to true.

jan-happy commented 3 years ago

enablePading

enablePaging 👍

nmehlei commented 3 years ago

I have the same problem and enablePaging did not seem to change anything here. From the configuration reference I also don't see how this would be connected to diagonal panning.