---
title: WKNavigationType.other
framework: webkit
role: symbol
role_heading: Case
path: webkit/wknavigationtype/other
---

# WKNavigationType.other

A navigation request that originates for some other reason.

## Declaration

```swift
case other
```

## See Also

### Getting the Navigation Types

- [WKNavigationType.linkActivated](webkit/wknavigationtype/linkactivated.md)
- [WKNavigationType.formSubmitted](webkit/wknavigationtype/formsubmitted.md)
- [WKNavigationType.backForward](webkit/wknavigationtype/backforward.md)
- [WKNavigationType.reload](webkit/wknavigationtype/reload.md)
- [WKNavigationType.formResubmitted](webkit/wknavigationtype/formresubmitted.md)
