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

# UIWebView.NavigationType.backForward

User tapped the back or forward button.

## Declaration

```swift
case backForward
```

## See Also

### Constants

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