Closed BologaMarius closed 1 year ago
Hi @BologaMarius, our users are still facing the same issue on iOS 17. Are you not encountering it anymore since you had closed the issue? I would be curious to find out if you could fix it as it seems to be an internal bug in PDFKit?
We are no longer see this issue. I patched the library to disable user interaction if the OS is 17 or higher. It should not affect any scroll, zoom or pinch actions on the pdf as per my testing.
_pdfView.documentView.userInteractionEnabled = NO;
Ok, thank you! We'll try it out.
What
react-native
version are you using?0.70.9
What
react-native-pdf
version are you using?6.6.2
and6.7.1
What platform does your issue occur on? (android/ios/both)
Noticed the issue just for devices/simulators running iOS 17.
Describe your issue as precisely as possible : 1) Steps to reproduce the issue or to explain in which case you get the issue On a simple tap or double tap inside the Pdf component while the pdf is rendered, the app crashes. Please find bellow the logs for the crash.
2) Interesting
logs
Join a screenshot or video of the problem on the simulator or device?
n/a
Show us the code you are using?n/a