diff --git a/Helium/Helium/WebViewController.swift b/Helium/Helium/WebViewController.swift index bd6eaca..c853ba3 100644 --- a/Helium/Helium/WebViewController.swift +++ b/Helium/Helium/WebViewController.swift @@ -34,6 +34,9 @@ class WebViewController: NSViewController, WKNavigationDelegate { // Allow zooming webView.allowsMagnification = true + // Alow back and forth + webView.allowsBackForwardNavigationGestures = true + // Listen for load progress webView.addObserver(self, forKeyPath: "estimatedProgress", options: NSKeyValueObservingOptions.New, context: nil)