Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS: Problem with links in pdf not opening #913

Open
gonca-gul opened this issue Feb 10, 2025 · 0 comments
Open

iOS: Problem with links in pdf not opening #913

gonca-gul opened this issue Feb 10, 2025 · 0 comments

Comments

@gonca-gul
Copy link

Hello,
When you click on the links in the pdf, the links do not open on the iOS side. To solve this, the

if ([recognizer isKindOfClass:[UITapGestureRecognizer class]]) {
recognizer.enabled = YES;
}

edit should be made in the
RNPDFPdf/RNPDFPdfView.mm file in the new versions. I request that this problem be fixed in the upcoming versions.
Thanks..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant