A Boolean value indicating whether there is a forward item in the back-forward list that can be navigated to.
SDKs
- iOS 8.0+
- macOS 10.10+
Framework
- Web
Kit
Declaration
var canGoForward: Bool { get }
A Boolean value indicating whether there is a forward item in the back-forward list that can be navigated to.
SDKs
Framework
var canGoForward: Bool { get }
var allows Back Forward Navigation Gestures: Bool
A Boolean value indicating whether horizontal swipe gestures will trigger back-forward list navigations.
var back Forward List: WKBack Forward List
The web view's back-forward list.
var can Go Back: Bool
A Boolean value indicating whether there is a back item in the back-forward list that can be navigated to.
var allows Link Preview: Bool
A Boolean value that determines whether pressing on a link displays a preview of the destination for the link.
func go Back() -> WKNavigation?
Navigates to the back item in the back-forward list.
func go Back(Any?)
Navigates to the back item in the back-forward list.
func go Forward() -> WKNavigation?
Navigates to the forward item in the back-forward list.
func go Forward(Any?)
Navigates to the forward item in the back-forward list.
func go(to: WKBack Forward List Item) -> WKNavigation?
Navigates to an item from the back-forward list and sets it as the current item.
func load(URLRequest) -> WKNavigation?
Navigates to a requested URL.