// TODO: implement different sessions for youtube vs. browser public void CanGoBack(bool able) { // Debug.Log("Gecko Says we can go back"); UnityThread.executeInUpdate(() => BrowserView.CanGoBack(able)); }