wonday / react-native-pdf

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

Links on iOS not working due to code change introduced with the new `enableDoubleTapZoom` option #839

Open bitcrumb opened 1 month ago

bitcrumb commented 1 month ago

See my comment: https://github.com/wonday/react-native-pdf/pull/797#issuecomment-2124972455

bitcrumb commented 1 month ago

Could somebody explain why we need to disable system-provided UITapGestureRecognizer for the enableDoubleTapZoom to work? If so, I could maybe come up with a suggested fix.

Since disabling all UITapGestureRecognizers (as currently is the case) seems like a very brutal approach (which breaks other things).

TajGoud commented 1 month ago

Same issue for me. in android it is working fine but in IOS on pressing on links or any events are not working.

harrymash2006 commented 1 month ago

Any luck on this?

SruthiVj commented 2 weeks ago

Facing same issue