react-native-pdf
react-native-pdf copied to clipboard
Cannot Pan Diagonally
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
Hola! We were able to fix this by setting the enablePading prop to true.
enablePading
enablePaging 👍
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.