我需要抓住导航回来,根据某些条件,我需要取消它。
请注意,按照另一个question中的建议覆盖OnBackPressed
不起作用(不再!?):
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
{
public override void OnBackPressed()
{
base.OnBackPressed(); // not called
}
}