Hi how to I make the back button software/hardware to execute a custom command lets say return to previous scene.
Here is the snippet of my code and it does not work
options.displayURLAsPageTitle = false;
options.pageTitle = “InAppBrowser example”;
options.androidBackButtonCustomBehaviour = true;
InAppBrowser.OpenURL(“http://www.google.com”, options);
InAppBrowserBridge.onAndroidBackButtonPressed.AddListener (() => Application.LoadLevel(1));