---
title: "isReaderModeActive(for:)"
framework: webkit
role: symbol
role_heading: Instance Method
path: "webkit/wkwebextensiontab/isreadermodeactive(for:)"
---

# isReaderModeActive(for:)

Called to check if the tab is currently showing reader mode.

## Declaration

```swift
optional func isReaderModeActive(for context: WKWebExtensionContext) -> Bool
```

## Parameters

- `context`: The context in which the web extension is running.

## Discussion

Discussion Defaults to NO if not implemented.

## See Also

### Related Documentation

- [isReaderModeAvailable(for:)](webkit/wkwebextensiontab/isreadermodeavailable(for:).md)
