react-native-pdf icon indicating copy to clipboard operation
react-native-pdf copied to clipboard

Cannot Pan Diagonally

Open rayhanmoidu opened this issue 4 years ago • 3 comments

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

rayhanmoidu avatar Sep 14 '20 14:09 rayhanmoidu

@rayhanmoidu

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

mzruiz avatar Dec 31 '20 16:12 mzruiz

enablePading

enablePaging 👍

jan-happy avatar Mar 08 '21 15:03 jan-happy

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.

nmehlei avatar May 19 '21 20:05 nmehlei