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

Getting pdf coordinates

Open TntManiak opened this issue 4 years ago • 1 comments

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

TntManiak avatar Dec 02 '20 16:12 TntManiak

I also want to know

aifrosals avatar Nov 01 '21 14:11 aifrosals