---
title: isTextInteractionEnabled
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkpreferences/istextinteractionenabled
---

# isTextInteractionEnabled

A Boolean value that indicates whether to allow people to select or otherwise interact with text.

## Declaration

```swift
var isTextInteractionEnabled: Bool { get set }
```

## Discussion

Discussion The default value for this preference is true on macOS and iOS. On watchOS, the default value is false.

## See Also

### Setting Behavior Preferences

- [tabFocusesLinks](webkit/wkpreferences/tabfocuseslinks.md)
- [isElementFullscreenEnabled](webkit/wkpreferences/iselementfullscreenenabled.md)
- [inactiveSchedulingPolicy](webkit/wkpreferences/inactiveschedulingpolicy-swift.property.md)
- [WKPreferences.InactiveSchedulingPolicy](webkit/wkpreferences/inactiveschedulingpolicy-swift.enum.md)
