Reputation: 13
Firstly, I am using WKWEbView
framework of Apple support on iOS8. I am using it to load content from the web. But I don't know how to disable goBack
and goForward
like UIWebView
.
Upvotes: 1
Views: 1254
Reputation: 6504
Try the allowsBackForwardNavigationGestures
property on WKWebView.
Upvotes: 1