react-native-pdf
react-native-pdf copied to clipboard
Getting pdf coordinates
What react-native
version are you using?
0.63.4
What react-native-pdf
version are you using?
6.2.2
What platform does your issue occur on? (android/ios/both) both
Problem:
As I understood so far, react-native-pdf method onPageSingleTap
return coordinates taped relatively for the device screen.
But I need coordinates taped on the PDF.
i.e: if my PDF page does not fit the device screen (for example smaller height), I need to get "0;0" coordinates when I tap the topleft corner of this page.
Is there any way to achieve this? Thank you
I also want to know