wonday / react-native-pdf

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

fix(iOS): Fix double tap zoom scrolling #781

Closed alex2bc closed 8 months ago

alex2bc commented 9 months ago

Fix double tap zoom scrolling

The PR fixed an iOS issue where double-tapping to zoom in on a PDF with a scale greater than 1 caused a fast scrolling and only then zooming to the desired point (video attached). The reason behind is that the custom scrolling conflicts with the _pdfView gesture recognizers

Video of the issue [Issue Video](https://github.com/wonday/react-native-pdf/assets/138074114/6aa826ff-45f5-44af-93a0-050b78e0dcc0)
Video with the fixes [Fixed Video](https://github.com/wonday/react-native-pdf/assets/138074114/867ba1a5-a3bf-46f8-bd39-38c88200eaca)
wonday commented 8 months ago

Thanks