---
title: UIWebView.NavigationType.other
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiwebview/navigationtype/other
---

# UIWebView.NavigationType.other

Some other action occurred.

## Declaration

```swift
case other
```

## See Also

### Constants

- [UIWebView.NavigationType.linkClicked](uikit/uiwebview/navigationtype/linkclicked.md)
- [UIWebView.NavigationType.formSubmitted](uikit/uiwebview/navigationtype/formsubmitted.md)
- [UIWebView.NavigationType.backForward](uikit/uiwebview/navigationtype/backforward.md)
- [UIWebView.NavigationType.reload](uikit/uiwebview/navigationtype/reload.md)
- [UIWebView.NavigationType.formResubmitted](uikit/uiwebview/navigationtype/formresubmitted.md)
