<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIWebView/NavigationType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIWebViewNavigationType"
  },
  "title" : "UIWebView.NavigationType"
}
-->

# UIWebView.NavigationType

Constant indicating the user’s action.

```
enum NavigationType
```

## Topics

### Constants

[`UIWebViewNavigationTypeLinkClicked`](/documentation/UIKit/UIWebView/NavigationType/linkClicked)

User tapped a link.

[`UIWebViewNavigationTypeFormSubmitted`](/documentation/UIKit/UIWebView/NavigationType/formSubmitted)

User submitted a form.

[`UIWebViewNavigationTypeBackForward`](/documentation/UIKit/UIWebView/NavigationType/backForward)

User tapped the back or forward button.

[`UIWebViewNavigationTypeReload`](/documentation/UIKit/UIWebView/NavigationType/reload)

User tapped the reload button.

[`UIWebViewNavigationTypeFormResubmitted`](/documentation/UIKit/UIWebView/NavigationType/formResubmitted)

User resubmitted a form.

[`UIWebViewNavigationTypeOther`](/documentation/UIKit/UIWebView/NavigationType/other)

Some other action occurred.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)