---
title: "In Adobe Acrobat, Hyperlinks Are Clickable, but in PSPDFKit, Some or All of Them are Not Marked as Touchable"
canonical_url: "https://www.nutrient.io/guides/ios/rendering-issues/in-adobe-acrobat-hyperlinks-are-clickable-but-in-pspdfkit-some-or-all-of-them-are-not-marked-as-touchable/"
md_url: "https://www.nutrient.io/guides/ios/rendering-issues/in-adobe-acrobat-hyperlinks-are-clickable-but-in-pspdfkit-some-or-all-of-them-are-not-marked-as-touchable.md"
last_updated: "2026-05-15T19:10:05.040Z"
description: "Solutions for common issues and errors in Nutrient iOS SDK with debugging tips and workarounds."
---

Adobe Acrobat, and Apple’s Preview to some extent, use custom in-text hyperlink detection to create annotations on the fly. The PDF reference doesn’t specify this, but it’s a common practice.

Since analyzing the page text can be expensive, this feature is disabled by default. You can enable it by changing [`autodetectTextLinkTypes`](https://www.nutrient.io/api/ios/documentation/pspdfkit/document/autodetecttextlinktypes) to [`TextCheckingType.all`](https://www.nutrient.io/api/ios/documentation/pspdfkit/textcheckingtype/all).
---

## Related pages

- [A Graywhiteblack Page Is Rendered](/guides/ios/rendering-issues/a-graywhiteblack-page-is-rendered.md)
- [Changing The Font Size Or Color Of Page Text](/guides/ios/customizing-pdf-pages/changing-the-font-size-or-color-of-page-text.md)
- [Understanding PDF rendering complexities](/guides/ios/troubleshooting/complexities-of-rendering-pdfs.md)
- [Fixing inconsistent font issues in PDFs](/guides/ios/rendering-issues/inconsistent-fonts.md)
- [Understanding XFA forms and their impact](/guides/ios/rendering-issues/pspdfkit-doesnt-show-the-pdf-form.md)
- [Inconsistent Labels](/guides/ios/rendering-issues/inconsistent-labels.md)

