TanLT
TanLT

Reputation: 13

How to disable goBack and goForward on WKWebview

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

Answers (1)

Joseph Lord
Joseph Lord

Reputation: 6504

Try the allowsBackForwardNavigationGestures property on WKWebView.

Upvotes: 1

Related Questions