Exemple #1
0
 public override void OnBackPressed()
 {
     if (webView.CanGoBack())
     {
         webView.GoBack();
     }
 }